Remove automatic left factoring declaration from Java.g4 since the processing is currently very slow

This commit is contained in:
Sam Harwell 2013-02-26 14:39:19 -06:00
parent 1ac1d986e8
commit ebf8cd5abc
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ variableModifiers
;
statement
@leftfactor{catches}
//@leftfactor{catches}
: block
| ASSERT expression (':' expression)? ';'
| 'if' parExpression statement ('else' statement)?