Skip to content

v1.1.3

Compare
Choose a tag to compare
@sillydan1 sillydan1 released this 06 Mar 10:08
· 217 commits to main since this release

EXPR Release v1.1.3

The parser rules now have two different modes:

  1. Either evaluate a string of assignment expressions e.g. a := 1; b := 2 or
  2. Evaluate a single expression with result stored in driver.result["expression_result"]

latest tag now points to the latest stable release

If you want to use the project in your own cmake project, simply include expr as a subdirectory and link
with the libexpr library. The project is also tagged with release versions to be compatible with cpm,
so if your project uses that, simply include the project like so:

CPMAddPackage("gh:sillydan1/expr#latest")