Remove automatic left factoring declaration from Java.g4 since the processing is currently very slow
This commit is contained in:
parent
1ac1d986e8
commit
ebf8cd5abc
|
@ -625,7 +625,7 @@ variableModifiers
|
|||
;
|
||||
|
||||
statement
|
||||
@leftfactor{catches}
|
||||
//@leftfactor{catches}
|
||||
: block
|
||||
| ASSERT expression (':' expression)? ';'
|
||||
| 'if' parExpression statement ('else' statement)?
|
||||
|
|
Loading…
Reference in New Issue