treerack/notes.txt
2018-01-28 19:01:55 +01:00

52 lines
1.0 KiB
Plaintext

[next]
errors
generator 1
documentation
parser 1
releasing
parser 2
generator 2
formatter
report unused parsers
parse hashed, storing only the results
linux packaging
[errors]
take the last
test error report on invalid flag
input name: may be just dropped because completely controlled by the client
input name needed in command to differentiate between syntax and input in check and parse subcommands
[generator 1]
allchars: can have char sequence
make generator output non-random (track parsers in a list in definition order)
fix the license in the output
[generator 2]
js
[releasing]
spellcheck
linting
convert notes into issues
try to remove some files
[parser 1]
try winning on allChars
retry collapsing
[parser 2]
custom tokens
indentation
streaming support // ReadNode(io.Reader)
[optimization]
try preallocate larger store chunks
[documentation]
how the char classes are different from regexp
why need nows when using ws
lib only useful for dynamic syntax definition
warn nows usage in docs, e.g. spaces in symbol = [a-z]+
tutorial