Skip to content

rschmitt/go-edn

 
 

Repository files navigation

EDN

An EDN parser for Go.

Building

tl;dr:

go get github.com/csm/go-edn
go generate github.com/csm/go-edn

The first command will fetch the sources, but fail to build; the second command will generate the lexer (with nex) and parser (with yacc).

Tested with go 1.5; 1.4 may work too.

License

MPL 2.0

About

A somewhat incomplete EDN parser for Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.2%
  • Yacc 2.8%