Skip to content

1.2 - Performance

Compare
Choose a tag to compare
@tevelee tevelee released this 28 Jan 02:15
· 36 commits to master since this release

Features

  • Huge performance optimisations
  • Large number of additions to Template example
  • Backward option for patterns, which allows 3 - 2 - 1 to be handled correctly. Previously was interpreted as 3 - (2 - 1)
  • Breaking changes:
    • Matcher renamed to Pattern
    • InterpreterContext renamed to Context
    • Variables now have options rather than Bool parameters
  • Matcher part is extracted to its own file

Additions

  • Example apps and test updates
  • Documentation update