This commit is contained in:
Arpad Ryszka 2017-07-15 19:05:15 +02:00
commit 9e30f1512f
2 changed files with 10 additions and 1 deletions

View File

@ -1,2 +1,3 @@
# parse # treerack
Generic parser generator for Go Generic parser generator for Go

View File

@ -5,9 +5,17 @@ error reporting
- print the deepest non-alias node name - print the deepest non-alias node name
- print the documentation of the node name - print the documentation of the node name
read, with error reporting read, with error reporting
[next]
cleanup
error reporting
coverage
custom tokens custom tokens
indentation indentation
streaming streaming
benchmarking benchmarking
code generation go code generation go
code generation js code generation js
[problems]
can the root be an alias? check the commit mechanism