Skip to content

0.2.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@fsegaud fsegaud released this 29 Aug 09:48
· 30 commits to master since this release

Changelog

Added

  • The interpreter now handles the use of multiple contexts (identified by name).
  • Some operators now accept a function-style writer (eg. min(1, 2) instead of `min 1
  • Copies of all previously prcessed formulae are now kept in cache (optimization).

Changed

  • Operations and values are now stored a tree (optimization).

Fixed

  • Fixed precedence issues related to | and & boolean operations.