This repository was archived by the owner on Oct 18, 2024. It is now read-only.
Commit b1e09f1
1 file changed
+1
-1
lines changedSubmodule tree-sitter-lib updated 24 files
- Cargo.lock+150-356
- cli/Cargo.toml+1-1
- cli/build.rs+15-1
- cli/emscripten-version+1-1
- cli/src/playground.rs+20-19
- cli/src/test.rs+12-9
- cli/src/tests/corpus_test.rs+88-28
- cli/src/tests/helpers/random.rs+1-1
- cli/src/tests/helpers/scope_sequence.rs+3-13
- cli/src/tests/parser_test.rs+42-27
- cli/src/tests/tree_test.rs+65
- cli/src/wasm.rs+2
- docs/index.md+3-1
- docs/section-3-creating-parsers.md+2-2
- lib/binding_rust/bindings.rs+3
- lib/binding_rust/lib.rs+12
- lib/binding_web/exports.json+2
- lib/include/tree_sitter/api.h+7
- lib/src/lexer.c+34-20
- lib/src/parser.c+10-6
- lib/src/tree.c+23-10
- script/build-wasm+3
- test/fixtures/template_corpus/readme.md+6
- test/fixtures/template_corpus/ruby_templates.txt+78
0 commit comments