Sha256: 22ffbf4bb0b193fd7fd63c144b50bf1bf6767180533b7a45b47fad6ceb50bc42
Contents?: true
Size: 1007 Bytes
Versions: 1
Compression:
Stored size: 1007 Bytes
Contents
0.2.2 === - Added a unit test for IntervalSet, fixed some bugs, removed some unused code, renamed `or_sets` to `or`. - Fixed eql? and <=> for ATNConfig - Fixed compare method for ATNConfigSet - Fixed a ParseATNSimulator problem when checking for values added to closure_busy. - Fixed a loop error in PredictionContextUtils - Fixed use of ObjectEqualityComparator in Triple. 0.2.1 === - Call IntervalSet#or_sets (instead of #or or ||) to better match the Java version. 0.2.0 === - A few small fixes: * Fixed a misspelled attr_reader in LexerCustomAction. * Fixed a reference to IntervalSet#or, which doesn't exist. * A few requires were missing. Decided to move all requires to autoloads. * Added require 'spec_helper' to all spec files. * Removed bundler as a dev dependency. * Added LexerATNConfig.create_from_config and LexerATNConfig.create_from_config2. * Fixed instance variable reference in LexerATNSimulator. * Removed Gemfile.lock from source control. 0.1.0 === - Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
antlr4-runtime-0.2.2 | CHANGELOG.md |