tree-sitter/lib
Max Brunsfeld 47d607da8d
Add alternative syntax in queries (#630)
* Add alternative syntax in queries

* Add tests and tweak error handling for alternatives in queries
2020-06-01 13:23:07 -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 Add alternative syntax in queries (#630) 2020-06-01 13:23:07 -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