Link to the documentation site from the README
This commit is contained in:
parent
a7ffbd022f
commit
5b18fe672b
2 changed files with 7 additions and 221 deletions
|
|
@ -4,7 +4,7 @@ title: Introduction
|
|||
|
||||
# Introduction
|
||||
|
||||
Tree-sitter is an incremental parsing library. It can be used to build a concrete syntax tree for a source file and to efficiently update the syntax tree as the source file is edited. Tree-sitter aims to be:
|
||||
Tree-sitter is 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:
|
||||
|
||||
* **General** enough to parse any programming language
|
||||
* **Fast** enough to parse on every keystroke in a text editor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue