tree-sitter/lib
2019-07-23 11:20:24 -07:00
..
binding_rust Make properties generation aware of which nodes are leaves 2019-07-22 09:30:05 -07:00
binding_web wasm: 0.15.8 2019-07-23 11:20:24 -07:00
include/tree_sitter Refactor generated lex function to use fewer instructions per state 2019-06-20 09:57:38 -07:00
src Fix ts_node_string behavior for anonymous leaf nodes 2019-07-18 12:39:15 -07:00
utf8proc@d81308faba Reorganize repo, add rust CLI and binding code, 2019-01-04 17:31:49 -08:00
Cargo.toml Bump library versions 2019-05-31 10:24:29 -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