mirror of
https://gitee.com/BDWare/common
synced 2026-02-15 00:59:29 +00:00
gen new parser
This commit is contained in:
@@ -102,23 +102,24 @@ Import=101
|
||||
Contract=102
|
||||
Module=103
|
||||
Oracle=104
|
||||
Implements=105
|
||||
Let=106
|
||||
Private=107
|
||||
Public=108
|
||||
Interface=109
|
||||
Package=110
|
||||
Protected=111
|
||||
Static=112
|
||||
Yield=113
|
||||
Identifier=114
|
||||
StringLiteral=115
|
||||
TemplateStringLiteral=116
|
||||
WhiteSpaces=117
|
||||
LineTerminator=118
|
||||
HtmlComment=119
|
||||
CDataComment=120
|
||||
UnexpectedCharacter=121
|
||||
DoipModule=105
|
||||
Implements=106
|
||||
Let=107
|
||||
Private=108
|
||||
Public=109
|
||||
Interface=110
|
||||
Package=111
|
||||
Protected=112
|
||||
Static=113
|
||||
Yield=114
|
||||
Identifier=115
|
||||
StringLiteral=116
|
||||
TemplateStringLiteral=117
|
||||
WhiteSpaces=118
|
||||
LineTerminator=119
|
||||
HtmlComment=120
|
||||
CDataComment=121
|
||||
UnexpectedCharacter=122
|
||||
'['=4
|
||||
']'=5
|
||||
'('=6
|
||||
@@ -214,12 +215,13 @@ UnexpectedCharacter=121
|
||||
'contract'=102
|
||||
'module'=103
|
||||
'oracle'=104
|
||||
'implements'=105
|
||||
'let'=106
|
||||
'private'=107
|
||||
'public'=108
|
||||
'interface'=109
|
||||
'package'=110
|
||||
'protected'=111
|
||||
'static'=112
|
||||
'yield'=113
|
||||
'doipmodule'=105
|
||||
'implements'=106
|
||||
'let'=107
|
||||
'private'=108
|
||||
'public'=109
|
||||
'interface'=110
|
||||
'package'=111
|
||||
'protected'=112
|
||||
'static'=113
|
||||
'yield'=114
|
||||
|
||||
Reference in New Issue
Block a user