treerack/README.md

10 lines
291 B
Markdown
Raw Normal View History

2017-06-28 14:51:31 +02:00
# treerack
2017-10-06 13:06:50 +02:00
[WIP] A generic parser generator for Go.
### Examples
- JSON: https://github.com/aryszka/treerack/blob/master/json.parser
- Scheme: https://github.com/aryszka/treerack/blob/master/scheme.parser
- Treerack (itself): https://github.com/aryszka/treerack/blob/master/syntax.parser