tree-sitter/lib
Max Brunsfeld 40993195b8
Fix wasm tests on CI (#616)
* wasm: Improve error message on missing language symbol

* Fix source file existence checks in build-wasm command
2020-05-13 15:14:43 -07:00
..
binding_rust Tweak readmes 2020-05-12 16:16:48 -07:00
binding_web Fix wasm tests on CI (#616) 2020-05-13 15:14:43 -07:00
include/tree_sitter Do not use multiple unnamed structs inside of unions 2020-04-29 20:42:45 +02:00
src Fix wasm query tests 2020-05-11 16:19:42 -07:00
.ccls rust: Change QueryCursor::captures to expose the full match 2019-10-03 12:45:58 -07:00
Cargo.toml rust: 0.16.0 2020-05-12 16:21:56 -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