Link to the documentation site from the README

This commit is contained in:
Max Brunsfeld 2018-06-12 17:41:27 -07:00
parent a7ffbd022f
commit 5b18fe672b
2 changed files with 7 additions and 221 deletions

View file

@ -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