mirror of
https://gitee.com/BDWare/genparser
synced 2026-02-14 21:49:26 +00:00
initial commit
This commit is contained in:
10
input/ExprParser.g4
Normal file
10
input/ExprParser.g4
Normal file
@@ -0,0 +1,10 @@
|
||||
parser grammar ExprParser;
|
||||
|
||||
options {
|
||||
tokenVocab=JavaScriptLexer;
|
||||
superClass=JavaScriptBaseParser;
|
||||
}
|
||||
|
||||
program
|
||||
:Contract Identifier '{' '}'
|
||||
;
|
||||
Reference in New Issue
Block a user