Skip to content

Releases: jamesrhester/Lerche.jl

v0.3.1

19 Feb 03:54
Compare
Choose a tag to compare

Lerche v0.3.1

Diff since v0.3.0

v0.3.0

23 Dec 07:46
7a3ca49
Compare
Choose a tag to compare

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

v0.2.0

18 Dec 05:34
5058262
Compare
Choose a tag to compare

Lerche v0.2.0

Closed issues:

  • Package name (#1)
  • MethodError: no method matching length(::Lerche.Tree) (#3)