Tree-sitter

From wikinotes
Revision as of 02:15, 18 July 2021 by Will (talk | contribs) (Created page with "Incremental Parser tool, exposing an abstract syntax tree that can be used to power various other tools.<br> ex: syntax highlighting, code folding, code insertion, ... = Docu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Incremental Parser tool, exposing an abstract syntax tree that can be used to power various other tools.
ex: syntax highlighting, code folding, code insertion, ...

Documentation

official docs https://tree-sitter.github.io/tree-sitter/
github https://github.com/tree-sitter/tree-sitter