Skip to content

v1.2.0

Compare
Choose a tag to compare
@sillydan1 sillydan1 released this 20 Mar 08:53
· 210 commits to main since this release
2dfd3df

EXPR Release v1.2.0

Values can now be compared with each other. e.g. 32 <= 50 && "foo" == "foo"

latest tag 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")