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)