tree-sitter/lib
Yuta Saito bf094bd98a fix: exclude APIs that dup given file descriptors from WASI builds
WASI doesn't support `dup(2)` system call, so we cannot implement the
`print_dot_graph` and `print_dot_graphs` functions with exactly the same
semantics as in other platforms.

(cherry picked from commit 94a8262110)
2024-09-30 09:21:54 -04:00
..
binding_rust fix: exclude APIs that dup given file descriptors from WASI builds 2024-09-30 09:21:54 -04:00
binding_web fix(binding_web): remove nonexistent function definition 2024-09-08 17:06:15 -04:00
include/tree_sitter fix(lib): fix api header C++ interop (#3534) 2024-08-18 12:01:13 +03:00
language feat(language): derive Clone and Copy on LanguageFn 2024-09-03 12:15:56 -04:00
src fix: exclude APIs that dup given file descriptors from WASI builds 2024-09-30 09:21:54 -04:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml build(deps): bump the cargo group across 1 directory with 11 updates 2024-09-22 01:43:38 -04: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