tree-sitter/todo.md
2014-07-21 13:20:00 -07:00

548 B

TODO

Backlog

  • Fix inconsistent generation of START_TOKEN call in lexer error state
  • Complete the golang grammar
  • Handle UTF8 strings
  • Implement the remainder of the incremental parsing algorithm: reuse parse tree after the edit
  • Make parse error handling more robust
  • Add special lexical behavior for indentation-aware languages
  • Speed up grammar compilation

Icebox