tree-sitter/lib
Max Brunsfeld ad8bd3c3f5
Merge pull request #1120 from claudi/cast-printed-pointers
Fix: cast pointers to `void *` when printing
2021-06-07 09:09:54 -07:00
..
binding_rust Merge branch 'master' into query-cursor-api 2021-06-02 11:51:26 -07:00
binding_web wasm: Add matchLimit option to query methods 2021-06-02 13:51:00 -04:00
include/tree_sitter Merge branch 'master' into query-cursor-api 2021-06-02 11:51:26 -07:00
src Merge pull request #1120 from claudi/cast-printed-pointers 2021-06-07 09:09:54 -07:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml rust: 0.19.5 2021-05-20 14:29:25 -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