Skip to content

New Point Release

Latest
Compare
Choose a tag to compare
@mike-lischke mike-lischke released this 15 Dec 11:34
v3.0.12
28ccec5
  • 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.
  • Added a new test spec for XPath.