New Point Release
- 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).