treerack/notes.txt

46 lines
1013 B
Plaintext
Raw Normal View History

2017-06-26 12:39:00 +02:00
[next]
2018-01-09 01:03:19 +01:00
no random generator output and generator output check
errors
2018-01-09 03:53:20 +01:00
generator 1
2018-01-09 01:34:26 +01:00
releasing
2018-01-09 03:53:20 +01:00
parser
generator 2
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
[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
2018-01-09 03:53:20 +01:00
[generator 1]
allchars: can have char sequence
make generator output non-random (track parsers in a list in definition order)
fix the license in the output
[releasing]
spellcheck
linting
convert notes into issues
try to remove some files
[parser]
custom tokens
indentation
streaming support // ReadNode(io.Reader)
2018-01-09 03:53:20 +01:00
[generator 2]
2018-01-08 21:03:00 +01:00
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]+