Another parser combinator library for Go
- Describe your grammar using the provided combinators, or extend with your own
- Provide an implementation of both parser and lexer interfaces
pogo.Do
will now produce a parse tree- (Optional) Use the provided generator to produce an easy to use parse tree visitor, and implement it to translate your parse tree to a higher level representation.
TL;DR take a look at the provided json parser
Sure, if you want. I can't guarantee maintainance, though!