treerack/notes.txt

35 lines
824 B
Plaintext
Raw Normal View History

2017-06-26 12:39:00 +02:00
[next]
errors
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
[cmd]
help for positional argument
[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
2018-01-08 23:07:05 +01:00
input name needed in command to differentiate between syntax and input in check and parse subcommands
2017-06-26 12:39:00 +02:00
[parser]
custom tokens
indentation
streaming support // ReadNode(io.Reader)
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
[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]+