20
0

- Update to version 1.10.0

- Fix reporting duplicate rule names in `NoMatch` exception ([a1f14bede])
 - 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])

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Arpeggio?expand=0&rev=21
This commit is contained in:
2020-11-01 16:56:53 +00:00
committed by Git OBS Bridge
parent b805fdec22
commit 41686a5e1d
4 changed files with 23 additions and 8 deletions
+13
View File
@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Nov 1 16:56:10 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 1.10.0
- Fix reporting duplicate rule names in `NoMatch` exception ([a1f14bede])
- 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])
-------------------------------------------------------------------
Wed May 6 07:06:42 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>