tree-sitter/lib
George Fraser a0d0ba9709
Add type definitions
This is based on https://github.com/tree-sitter/node-tree-sitter/blob/master/tree-sitter.d.ts with slight modifications because web-tree-sitter has a slightly different interface than node-tree-sitter
2019-05-27 15:08:29 +01:00
..
binding_rust Add support for highlight properties that track local variables 2019-05-09 20:34:34 -07:00
binding_web Add type definitions 2019-05-27 15:08:29 +01:00
include/tree_sitter Fix accidentally-removed functions in api.h 2019-03-29 23:05:02 -07:00
src In node range queries, treat the end coordinate as exclusive 2019-04-26 13:36:28 -07:00
utf8proc@d81308faba Reorganize repo, add rust CLI and binding code, 2019-01-04 17:31:49 -08:00
Cargo.toml Reorganize language bindings 2019-05-07 10:41:49 -07:00
README.md Set up code to publish web bindings to npm 2019-05-07 13:11:04 -07:00

Subdirectories

  • src - C source code for the Tree-sitter library
  • include - C headers for the Tree-sitter library
  • utf8proc - A submodule for utf8proc, Tree-sitter's one library dependency.
  • binding_rust - Rust bindings to the Tree-sitter library
  • binding_web - JavaScript bindings to the Tree-sitter library, using WebAssembly