Open sridharxp opened 8 years ago
Not sure, I'll need to look into this.
They come under functions ReportAttemptingFullContext, ReportContextSensitivity, ReportAmbiguity.
I compared with reportAttemptingFullContext, reportContextSensitivity, reportAmbiguity
methods in ParserATNSimulator.java
\go\work\src\sridharxp\antlr4\runtime\Go\antlr\parser_atn_simulator.go On line 1517, 1528, 1541 three identical lines deviate from java code. It has no effect on tests though. Is this intentional? code var interval = NewInterval(startIndex, stopIndex+1) code following java var interval = NewInterval(startIndex, stopIndex)