...
element in antlr grammar had acyclic k>1 predictor. Upon a : A b : B ; (missing , it gets stuck at "b:" not ":". Hard to add error alt. had to do .* COLON. Actually makes sense. it's (TOKEN_REF|RULE_REF)COLON that says we are missing a ';'.
...
element in antlr grammar had acyclic k>1 predictor. Upon a : A b : B ; (missing , it gets stuck at "b:" not ":". Hard to add error alt. had to do .* COLON. Actually makes sense. it's (TOKEN_REF|RULE_REF)COLON that says we are missing a ';'.