tree-sitter/todo.md
2014-02-26 22:58:45 -08:00

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