v1.1.3
EXPR Release v1.1.3
The parser rules now have two different modes:
- Either evaluate a string of assignment expressions e.g.
a := 1; b := 2
or - 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")