treerack/notes.txt
2018-01-08 23:07:05 +01:00

37 lines
858 B
Plaintext

[next]
formatter
report unused parsers
parse hashed, storing only the results
linux packaging
[parser]
custom tokens
indentation
streaming support // ReadNode(io.Reader)
[cmd]
check
parse
help for positional argument
test explicit input priority
[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]
allchars: can have char sequence
make generator output non-random (track parsers in a list in definition order)
js
[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]+