tree-sitter/lib
Douglas Creager 78010722a4 query: Allow unlimited pending matches
Well, not completely unlimited — we're still using a 16-bit counter to
keep track of them.  But we longer have a static maximum of 32 pending
matches when executing a query.
2021-05-24 11:02:58 -04:00
..
binding_rust rust: Parser and QueryCursor are Sync 2021-05-21 21:14:24 -07:00
binding_web Remove stray entry from wasm exported-symbol list 2021-05-20 14:33:25 -07:00
include/tree_sitter Changing API name; Adding unit test and Rust bindings 2021-05-21 01:50:10 +00:00
src query: Allow unlimited pending matches 2021-05-24 11:02:58 -04: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