tree-sitter/lib
2023-08-13 12:27:00 -04:00
..
binding_rust Rename: ts_lookahead_iterator_advance -> ts_lookahead_iterator_next 2023-08-09 14:40:29 +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 warning from #2454 in more clear way 2023-08-10 03:59:34 +03:00
src fix: use SEQ_CST in atomic inc/dec 2023-08-13 12:27:00 -04: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