36 lines
878 B
Plaintext
36 lines
878 B
Plaintext
[next]
|
|
no random generator output and generator output check
|
|
errors
|
|
formatter
|
|
report unused parsers
|
|
parse hashed, storing only the results
|
|
linux packaging
|
|
|
|
[cmd]
|
|
help for positional argument
|
|
|
|
[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
|
|
|
|
[parser]
|
|
custom tokens
|
|
indentation
|
|
streaming support // ReadNode(io.Reader)
|
|
|
|
[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]+
|