tree-sitter/lib
Carlo Cabrera 666db18c28 build(cmake): support amalgamated build
This mirrors passing `AMALGAMATED=1` to `make` when using the
`Makefile`. It can be enabled by passing `-DAMALGAMATED=ON` to `cmake`.
2024-10-04 09:27:59 +03:00
..
binding_rust feat(api): expose function to check if symbol represents a supertype 2024-09-30 14:44:13 -04:00
binding_web 0.24.1 2024-10-04 00:47:45 -04:00
include/tree_sitter feat(api): expose function to check if symbol represents a supertype 2024-09-30 14:44:13 -04:00
language 0.24.0 2024-10-04 00:16:20 -04:00
src fix(lib): ensure an unfinished state was found before removing it 2024-10-03 21:33:36 -04:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml feat!: implement StreamingIterator instead of Iterator for QueryMatches and QueryCaptures 2024-09-29 17:34:48 -04:00
CMakeLists.txt build(cmake): support amalgamated build 2024-10-04 09:27:59 +03:00
README.md docs: update badges; fix markdown lint complains 2023-04-16 23:39:08 +03:00
tree-sitter.pc.in build(lib): build using cmake 2024-09-07 18:38:05 -04: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