Merge branch 'master' of https://github.com/aryszka/parse
This commit is contained in:
commit
9e30f1512f
@ -1,2 +1,3 @@
|
|||||||
# parse
|
# treerack
|
||||||
|
|
||||||
Generic parser generator for Go
|
Generic parser generator for Go
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user