tree-sitter/lib
2023-08-17 16:27:52 +03:00
..
binding_rust Use the same flags in lib's build.rs as in Makefile 2023-08-17 16:27:52 +03:00
binding_web Rename: ts_lookahead_iterator_advance -> ts_lookahead_iterator_next 2023-08-09 14:40:29 +03:00
include/tree_sitter fix(lib): expose only symbols defined in api.h 2023-08-17 15:01:47 +03:00
src Use the same flags in lib's build.rs as in Makefile 2023-08-17 16:27:52 +03:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml Remove lazy_static lib dep forgotten in 622359b4 2023-08-12 00:10:35 +03:00
compile_flags.txt Add files needed for using clangd 2022-02-22 09:44:50 -08:00
README.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03: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