treerack/notes.txt
2018-01-08 21:03:00 +01:00

36 lines
756 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
[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]+