tree-sitter/lib
2021-05-17 17:52:52 +00:00
..
binding_rust Merge pull request #1071 from ahlinc/feat/rust-binding-additional-error-traits 2021-04-22 21:24:07 -07:00
binding_web web: 0.19.3 2021-05-13 15:14:56 -04:00
include/tree_sitter Adding API to get field name of a TSNode 2021-05-15 00:20:18 +00:00
src Syntactic improvements 2021-05-17 17:52:52 +00:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml rust: 0.19.4 2021-03-18 10:36:05 -07:00
README.md lib: remove utf8proc dependency (#436) 2019-10-14 11:18:39 -07:00

Subdirectories

  • src - C source code for the Tree-sitter library
  • include - C headers for the Tree-sitter library
  • binding_rust - Rust bindings to the Tree-sitter library
  • binding_web - JavaScript bindings to the Tree-sitter library, using WebAssembly