tree-sitter/lib
Andrey Zaytsev 7f2233ddaf Ts tree cursor copy (#363)
* add ts_tree_cursor_copy fn

* indentation
2019-06-16 10:52:37 -07:00
..
binding_rust Add support for highlight properties that track local variables 2019-05-09 20:34:34 -07:00
binding_web web: 0.15.6 2019-06-03 16:19:16 -07:00
include/tree_sitter Ts tree cursor copy (#363) 2019-06-16 10:52:37 -07:00
src Ts tree cursor copy (#363) 2019-06-16 10:52:37 -07:00
utf8proc@d81308faba Reorganize repo, add rust CLI and binding code, 2019-01-04 17:31:49 -08:00
Cargo.toml Bump library versions 2019-05-31 10:24:29 -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