mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
Start work on github pages site
[ci skip]
This commit is contained in:
parent
da20ddf70e
commit
a2aa64ec97
1
docs/_config.yml
Normal file
1
docs/_config.yml
Normal file
|
|
@ -0,0 +1 @@
|
|||
theme: jekyll-theme-tactile
|
||||
6
docs/index.md
Normal file
6
docs/index.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Tree-sitter is a library for parsing source code. It aims to be:
|
||||
|
||||
* **General** enough to parse any programming language
|
||||
* **Dependency-free** and written in pure C so that it can be embedded in any application
|
||||
* **Fast** and incremental so that it can be used in a text editor
|
||||
* **Robust** enough to provide useful results even in the presence of syntax errors
|
||||
Loading…
Reference in a new issue