tree-sitter/todo.md

18 lines
466 B
Markdown
Raw Normal View History

TODO
====
2014-01-29 09:30:40 -08:00
## correct batch parsing
2014-02-15 15:43:32 -08:00
- allow spaces between symbols by default
2014-01-24 00:00:31 -08:00
- add comments to generated C code giving an example string for each token
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
- figure out why Symbol and Character can't have const member variables
(unordered_map seems to require mutability of key objects)