forked from capstone-engine/capstone
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tree-sitter-cpp
updated
15 files
+1 −1 | Cargo.toml | |
+11 −4 | README.md | |
+1 −1 | bindings/rust/README.md | |
+61 −24 | grammar.js | |
+6 −5 | package.json | |
+2,365 −962 | src/grammar.json | |
+201 −30 | src/node-types.json | |
+503,248 −377,189 | src/parser.c | |
+38 −45 | src/scanner.c | |
+8 −2 | src/tree_sitter/parser.h | |
+0 −112 | src/tree_sitter/runtime.h | |
+1 −1 | test/corpus/c/declarations.txt | |
+36 −2 | test/corpus/declarations.txt | |
+91 −0 | test/corpus/expressions.txt | |
+13 −1 | test/corpus/statements.txt |