2017-06-26 12:39:00 +02:00
|
|
|
[next]
|
2017-11-26 01:49:22 +01:00
|
|
|
formatter
|
2017-12-29 18:20:06 +01:00
|
|
|
report unused parsers
|
2018-01-05 19:06:10 +01:00
|
|
|
parse hashed, storing only the results
|
2018-01-08 21:03:00 +01:00
|
|
|
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
|
2018-01-08 16:49:04 +01:00
|
|
|
input name: may be just dropped because completely controlled by the client
|
2017-06-26 12:39:00 +02:00
|
|
|
|
2018-01-08 21:03:00 +01:00
|
|
|
[generator]
|
|
|
|
allchars: can have char sequence
|
|
|
|
make generator output non-random (track parsers in a list in definition order)
|
|
|
|
js
|
|
|
|
|
2017-12-29 14:59:13 +01:00
|
|
|
[optimization]
|
|
|
|
try preallocate larger store chunks
|
2017-10-29 15:55:12 +01:00
|
|
|
|
|
|
|
[documentation]
|
|
|
|
how the char classes are different from regexp
|
|
|
|
why need nows when using ws
|
2018-01-08 21:03:00 +01:00
|
|
|
lib only useful for dynamic syntax definition
|
|
|
|
warn nows usage in docs, e.g. spaces in symbol = [a-z]+
|