You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added debug config for ANLTR4 grammars (for testing).
Fixed a wrong method name in DecisionInfo.
Removed automatic reordering of start and stop in Interval. It's by intention to accept whatever comes in. Also change Interval.toString() to conform with the Java runtime.
IntervalSet accepts a list of values in its constructor, to ease creation for non-continuous value ranges.
Fixed source interval retrieval in ParseRuleContext (now working like in Java).
Moved isolated test specs to the API folder, to stay close to the other specs.