File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ const Lexer = function (engine) {
35
35
this . keywords = {
36
36
__class__ : this . tok . T_CLASS_C ,
37
37
__trait__ : this . tok . T_TRAIT_C ,
38
- __enum__ : this . tok . T_ENUM_C ,
39
38
__function__ : this . tok . T_FUNC_C ,
40
39
__method__ : this . tok . T_METHOD_C ,
41
40
__line__ : this . tok . T_LINE ,
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ const Parser = function (lexer, ast) {
74
74
this . tok . T_ENDSWITCH ,
75
75
this . tok . T_ENDWHILE ,
76
76
this . tok . T_ENUM ,
77
- this . tok . T_ENUM_C ,
78
77
this . tok . T_EVAL ,
79
78
this . tok . T_EXIT ,
80
79
this . tok . T_EXTENDS ,
@@ -146,7 +145,6 @@ const Parser = function (lexer, ast) {
146
145
"[" ,
147
146
this . tok . T_CLASS_C ,
148
147
this . tok . T_TRAIT_C ,
149
- this . tok . T_ENUM_C ,
150
148
this . tok . T_FUNC_C ,
151
149
this . tok . T_METHOD_C ,
152
150
this . tok . T_LINE ,
You can’t perform that action at this time.
0 commit comments