An incremental parsing system for programming tools https://tree-sitter.github.io
Find a file
2018-05-18 09:58:34 -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 Don't perform platform-specific name mangling on C functions for bindings 2018-05-18 09:30:00 -07:00
vendor ⬆️ tree-sitter for warning fixes 2018-05-17 18:02:01 -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 Try clang 2018-05-17 21:13:59 -07:00
appveyor.yml Add appveyor config 2018-05-18 09:58:34 -07:00
build.rs Try clang 2018-05-17 21:13:59 -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.