tree-sitter/lib
Max Brunsfeld 7ec40b0ab4 Implement single-char state transitions using a static array and for loop
This reduces compile time, compared to generating many individual if statements.
2024-04-12 14:40:11 -07:00
..
binding_rust refactor(rust): misc fixes & tidying 2024-04-11 22:35:43 -04:00
binding_web refactor(js): misc fixes & tidying 2024-04-11 22:35:43 -04:00
include/tree_sitter fix(lib): account for the root node of a tree cursor being an alias 2024-03-20 19:23:08 -04:00
src Implement single-char state transitions using a static array and for loop 2024-04-12 14:40:11 -07:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml Upgrade wasmtime 2024-03-20 18:23:44 -07:00
compile_flags.txt build: use c11 everywhere 2024-02-27 15:54:38 -05: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