-
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
e0c2b6a
commit 4847677
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cmake
updated
17 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 | |
+2 −7 | grammar.js | |
+1 −1 | package.json | |
+2 −2 | pyproject.toml | |
+5 −9 | setup.py | |
+0 −91 | src/grammar.json | |
+0 −35 | src/node-types.json | |
+8,863 −10,593 | src/parser.c | |
+43 −8 | src/tree_sitter/parser.h | |
+66 −0 | test/corpus/regression.txt |