Tree-sitter – An incremental parsing system for programmings instruments
Tree-sitter is a parser generator instrument and an incremental parsing library. It can construct a concrete syntax tree for a supply file and effectively replace the syntax tree because the supply file is edited. It is powerful and parse any programming language. It is sufficient to present helpful outcomes even within the presence of syntax errors.
https://github.com/tree-sitter/tree-sitter
https://tree-sitter.github.io/tree-sitter/
Tags |
incremental parsing tree-sitter code-parser syntax-tree |
Implementation |
Rust |
License |
Public |
Platform |
Windows Linux |