-
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
b7895ca
commit 3d41e31
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule solidity
updated
9 files
+6 −0 | .npmignore | |
+1 −1 | Cargo.toml | |
+9 −2 | grammar.js | |
+1 −1 | package.json | |
+35 −3 | src/grammar.json | |
+28 −0 | src/node-types.json | |
+21,221 −20,814 | src/parser.c | |
+72 −0 | test/corpus/block.txt | |
+26 −0 | test/corpus/state_variable.txt |