In some cases, the unique alternative identified by LL prediction is not equal to the minimum represented alternative in the conflicting SLL configuration set. Grammars and inputs which result in this scenario are unable to use {@link PredictionMode#SLL}, which in turn means they cannot use the two-stage parsing strategy to improve parsing performance for that input.
@see ParserATNSimulator#reportContextSensitivity @see ANTLRErrorListener#reportContextSensitivity @since 4.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|