Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 07:46
· 70 commits to master since this release
7a3ca49

Lerche v0.3.0

Diff since v0.2.0

  • Native multiple dispatch is now used to execute user-defined rules. This speeds up Transformer rules, although Visitor 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