Skip to content

1.10.0

Compare
Choose a tag to compare
@igordejanovic igordejanovic released this 01 Nov 16:00
· 84 commits to master since this release
1.10.0
  • Fix reporting duplicate rule names in NoMatch exception (a1f14be)
  • Raise AttributeError when accessing unexisting rule name on parse tree node.
    (#82)
  • Added tree_str method to parse tree nodes for nice string representation of
    parse trees. (#76)
  • Added parse tree node suppression support and overriding of special Python
    rule syntax. (#76)
  • UnorderedGroup matching made deterministic (#73)