mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
300 B
300 B
TODO
normalize grammars
- separate rules into non-terminals and terminals
- extract strings and regexes from non-terminal rules into their own terminals, in order to separate lexing from parsing
refine
- add concept of throwaway terminals (tokens that won't appear in constructed AST)