summary refs log tree commit diff stats
path: root/abdl/_vm.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-04-17Expose bugs/fix testsSoniEx2
2020-02-25RefactorSoniEx2
* Cleaned up many pylint messages * Cleaned up parser * Other minor changes
2020-02-23Fix tagged key subtrees not working correctlySoniEx2
2020-02-23Fix infinite matches on empty patternsSoniEx2
2020-02-09Squashed commit of the following:SoniEx2
* Add predicates * Rearrange modules * Bump version