You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited. Tree-sitter aims to be:
6
8
@@ -10,8 +12,10 @@ Tree-sitter is a parser generator tool and an incremental parsing library. It ca
10
12
-**Dependency-free** so that the runtime library (which is written in pure C) can be embedded in any application
0 commit comments