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

391 B

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