Skip to content
Compare
Choose a tag to compare
@H-ANSEN H-ANSEN released this 08 Jan 17:53
· 13 commits to master since this release

StrEvaluate 1.0 🙌

Major Additions

  • Test Suite in #6
    Suite of tests to ensure that StrEvaluate is running as intended.
  • User defined functions in #7
    Support for user defined functions, allowing functions that return a result of type double given a variable number of arguments.
  • Equality operators in #8
    Support for equality expressions that can be evaluated to a Java Boolean object!