summary refs log tree commit diff stats
path: root/abdl
AgeCommit message (Collapse)Author
2020-04-17Expose bugs/fix testsSoniEx2
2020-02-25RefactorSoniEx2
* Cleaned up many pylint messages * Cleaned up parser * Other minor changes
2020-02-25Warn/error when using Predicate types as predicateSoniEx2
This only applies to Predicate types. Predicate instances still function as expected, as do non-Predicate types.
2020-02-23Fix tagged key subtrees not working correctlySoniEx2
2020-02-23Bump versionSoniEx2
2020-02-23Fix infinite matches on empty patternsSoniEx2
2020-02-09Squashed commit of the following:SoniEx2
* Add predicates * Rearrange modules * Bump version
2020-01-22Move things around a bitSoniEx2