Skip to content

New Point Release

Compare
Choose a tag to compare
@mike-lischke mike-lischke released this 09 Dec 13:49
· 3 commits to main since this release
v3.0.11
672070c
  • Each ATN instance now uses its own instance of the LL1Analyzer. This cannot be shared.
  • Removed a forgotten debug output from the ATNSerialiser.
  • The HashMap now supports enumeration of its keys.
  • The channel value for getHiddenTokensToRight/Left in BufferedTokenStream is now marked as optional (it is already handled that way).