Releases: jamesrhester/Lerche.jl
Releases · jamesrhester/Lerche.jl
v0.3.1
Lerche v0.3.1
v0.3.0
Lerche v0.3.0
- Native multiple dispatch is now used to execute user-defined rules. This speeds up
Transformer
rules, althoughVisitor
rules are slower. The native multiple dispatch approach has been chosen as it makes both user code and Lerche code simpler to follow and maintain and more robust (with helpful error messages). @contains_rules
and@rule_holder
have been removed. They are no longer needed and should be removed from all code.- The examples should work now