From a2aa64ec973a8faeeded390a1c39b5a1c89e968d Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Sat, 24 Feb 2018 21:29:37 -0800 Subject: [PATCH] Start work on github pages site [ci skip] --- docs/_config.yml | 1 + docs/index.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 docs/_config.yml create mode 100644 docs/index.md diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 00000000..72d781d7 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-tactile diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..7ebc768b --- /dev/null +++ b/docs/index.md @@ -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