treerack/notes.txt
2017-12-29 21:23:45 +01:00

40 lines
876 B
Plaintext

error reporting
- longest parse
- count the lines
- print the line
- print the deepest non-alias node name
- print the documentation of the node name
- make it work with custom tokens
read, with error reporting
what was the bug with the large json from eskip?
[next]
missing tests, coverage:
- validation
- error cases
- whitespace cases
error reporting
coverage
custom tokens
indentation
streaming
code generation go:
- find things that depend on the syntax input
- char matches can be generated into switches
code generation js
documentation flag
support custom tokenization
streaming
verify choice and sequence preference
formatter
pretty
notes in formatting
format: test back and forth equivalence of char classes
[problems]
can the root be an alias? check the commit mechanism
[documentation]
how the char classes are different from regexp
why need nows when using ws