antlr4 icon indicating copy to clipboard operation
antlr4 copied to clipboard

Improve implementation of ParserATNSimulator::getConflictingAlts()

Open andreasbuhr opened this issue 1 year ago • 0 comments

PredictionModeClass::getAlts(configs) yields the same result as PredictionModeClass::getAlts( PredictionModeClass::getConflictingAltSubsets(configs) ) Both return a BitSet with bits set for all alts which occur in configs.

andreasbuhr avatar Apr 10 '24 16:04 andreasbuhr