Skip to content

Fast Expression Evaluator 0.2.1 (C++)

Latest
Compare
Choose a tag to compare
@DrA1ex DrA1ex released this 02 May 15:21
· 2 commits to master since this release

Require Visual C++ 2015 Redistributable:
https://www.microsoft.com/download/details.aspx?id=48145

Contains pre-built x86 C++ version

Changes

  • Fix parsing of unary minus/plus;
  • Add new operations (!=, &&, ||)