19 lines
No EOL
391 B
Markdown
19 lines
No EOL
391 B
Markdown
TODO
|
|
====
|
|
|
|
## batch parsing
|
|
- more example grammars:
|
|
- go
|
|
- javascript
|
|
- ruby
|
|
- add comments to generated C code describing the generated tokens (regexp pattern)
|
|
- fix any memory leaks
|
|
- add special lexical behavior for indentation-aware languages
|
|
|
|
## node.js wrapper
|
|
- add simple selector engine for trees
|
|
|
|
## incremental parsing
|
|
|
|
## chores
|
|
- backfill unit-level tests for follow_sets |