tree-sitter/todo.md

19 lines
391 B
Markdown
Raw Normal View History

TODO
====
2014-02-17 12:58:10 -08:00
## batch parsing
- more example grammars:
- go
- javascript
- ruby
2014-02-17 12:58:10 -08:00
- add comments to generated C code describing the generated tokens (regexp pattern)
2014-01-29 09:30:40 -08:00
- fix any memory leaks
- add special lexical behavior for indentation-aware languages
## node.js wrapper
- add simple selector engine for trees
## incremental parsing
## chores
2014-02-17 12:58:10 -08:00
- backfill unit-level tests for follow_sets