diff --git a/README.md b/README.md index f05efa2..3c35556 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# parse +# treerack + Generic parser generator for Go diff --git a/notes.txt b/notes.txt index b9b27b2..9580b4e 100644 --- a/notes.txt +++ b/notes.txt @@ -5,9 +5,17 @@ error reporting - print the deepest non-alias node name - print the documentation of the node name read, with error reporting + +[next] +cleanup +error reporting +coverage custom tokens indentation streaming benchmarking code generation go code generation js + +[problems] +can the root be an alias? check the commit mechanism