An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
2018-05-18 10:55:42 -07:00
fixtures Get basic parsing working, add some unit tests 2018-05-17 17:16:35 -07:00
script Add appveyor config 2018-05-18 09:58:34 -07:00
src Add more public methods and tests 2018-05-18 10:55:20 -07:00
vendor Use UTF8PROC_STATIC macro 2018-05-18 10:27:36 -07:00
.gitignore Get basic parsing working, add some unit tests 2018-05-17 17:16:35 -07:00
.gitmodules Initial commit 2018-05-17 14:30:03 -07:00
.travis.yml Switch back to default c compiler on travis 2018-05-18 10:55:42 -07:00
appveyor.yml Fetch submodules on appveyor 2018-05-18 10:16:28 -07:00
build.rs Add missing source file 2018-05-18 10:39:00 -07:00
Cargo.toml Get basic parsing working, add some unit tests 2018-05-17 17:16:35 -07:00
LICENSE Add boilerplate 2018-05-17 14:46:29 -07:00
README.md Add appveyor config 2018-05-18 09:58:34 -07:00

Rust Tree-sitter

Build Status Build status

Rust bindings to the Tree-sitter parsing library.