tree-sitter/lib
2024-02-07 12:18:44 -05:00
..
binding_rust chore: clippy 2024-02-06 23:34:14 -05:00
binding_web chore(web): add and apply eslint formatting 2024-02-07 12:18:44 -05:00
include/tree_sitter fix: do not install parser.h 2024-02-02 11:30:24 -05:00
src Add iswxdigit to wasm stdlib 2024-02-05 10:20:27 -08:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml build(deps): bump bindgen from 0.66.1 to 0.69.4 2024-02-05 20:16:49 -05:00
compile_flags.txt Restucture wasm module, return a normal TSLanguage from load_language 2022-11-15 17:14:33 -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