-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62e169d
commit 85bb516
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cmake
updated
20 files
+2 −7 | Cargo.toml | |
+1 −1 | Makefile | |
+1 −0 | Package.swift | |
+3 −5 | README.rst | |
+1 −0 | binding.gyp | |
+1 −0 | bindings/go/binding.go | |
+5 −3 | bindings/rust/build.rs | |
+11 −9 | bindings/rust/lib.rs | |
+3 −8 | grammar.js | |
+10 −19 | package.json | |
+2 −2 | pyproject.toml | |
+5 −9 | setup.py | |
+1 −91 | src/grammar.json | |
+1 −35 | src/node-types.json | |
+8,984 −10,714 | src/parser.c | |
+4 −4 | src/tree_sitter/alloc.h | |
+44 −8 | src/tree_sitter/parser.h | |
+0 −143 | test/corpus/gen_exp.txt | |
+66 −0 | test/corpus/regression.txt | |
+35 −0 | tree-sitter.json |