Skip to content

Commit f8cf608

Browse files
committed
Update grammar
1 parent 93ea359 commit f8cf608

File tree

4 files changed

+1666
-1552
lines changed

4 files changed

+1666
-1552
lines changed

antlr

src/lib/Solidity.interp

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

src/lib/SolidityListener.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,15 @@ SolidityListener.prototype.exitStateVariableDeclaration = function(ctx) {
128128
};
129129

130130

131+
// Enter a parse tree produced by SolidityParser#fileLevelConstant.
132+
SolidityListener.prototype.enterFileLevelConstant = function(ctx) {
133+
};
134+
135+
// Exit a parse tree produced by SolidityParser#fileLevelConstant.
136+
SolidityListener.prototype.exitFileLevelConstant = function(ctx) {
137+
};
138+
139+
131140
// Enter a parse tree produced by SolidityParser#usingForDeclaration.
132141
SolidityListener.prototype.enterUsingForDeclaration = function(ctx) {
133142
};

0 commit comments

Comments
 (0)