27 lines
577 B
Plaintext
27 lines
577 B
Plaintext
error reporting
|
|
- longest parse
|
|
- count the lines
|
|
- print the line
|
|
- print the deepest non-alias node name
|
|
- print the documentation of the node name
|
|
read, with error reporting
|
|
what was the bug with the large json from eskip?
|
|
|
|
[next]
|
|
optimization
|
|
why normalization failed
|
|
why normalization was slower?
|
|
error reporting
|
|
coverage
|
|
custom tokens
|
|
indentation
|
|
streaming
|
|
code generation go:
|
|
- find things that depend on the syntax input
|
|
- char matches can be generated into switches
|
|
code generation js
|
|
ws and nows flags
|
|
|
|
[problems]
|
|
can the root be an alias? check the commit mechanism
|