summary refs log tree commit diff stats
path: root/abdl/__init__.py
AgeCommit message (Collapse)Author
2020-11-06Add optional subvaluesSoniEx2
2020-04-17Fix bugs with empty and predicate-only matchesSoniEx2
Also clarified the behaviour of empty matches, which match anything, but only once. This behaviour is required for consistency with the rest of the matching rules.
2020-02-25RefactorSoniEx2
* Cleaned up many pylint messages * Cleaned up parser * Other minor changes
2020-02-23Bump versionSoniEx2
2020-02-09Squashed commit of the following:SoniEx2
* Add predicates * Rearrange modules * Bump version
2020-01-22Move things around a bitSoniEx2