tree-sitter/lib
2019-05-07 13:11:04 -07:00
..
binding_rust Fix highlighting in the presence of node fields 2019-05-07 11:17:34 -07:00
binding_web Set up code to publish web bindings to npm 2019-05-07 13:11:04 -07:00
include/tree_sitter Fix accidentally-removed functions in api.h 2019-03-29 23:05:02 -07:00
src In node range queries, treat the end coordinate as exclusive 2019-04-26 13:36:28 -07:00
utf8proc@d81308faba Reorganize repo, add rust CLI and binding code, 2019-01-04 17:31:49 -08:00
Cargo.toml Reorganize language bindings 2019-05-07 10:41:49 -07:00
README.md Set up code to publish web bindings to npm 2019-05-07 13:11:04 -07:00

Subdirectories

  • src - C source code for the Tree-sitter library
  • include - C headers for the Tree-sitter library
  • utf8proc - A submodule for utf8proc, Tree-sitter's one library dependency.
  • binding_rust - Rust bindings to the Tree-sitter library
  • binding_web - JavaScript bindings to the Tree-sitter library, using WebAssembly