muParser Expression Parser API by LAVA - Toolkit for LabVIEW Download
API for calling muParser fast math expression parser (https://beltoforion.de/en/muparser/)

Version | 3.1.1.3 |
Released | Nov 17, 2023 |
Publisher | LAVA |
License | BSD 2-Clause |
LabVIEW Version | LabVIEW>=18.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Documentation Repository Discussion |
Description
This package provides a simple API for calling the muParser Fast Math Expression Parser (https://beltoforion.de/en/muparser/).
A modified version of muParser will be installed to vi.lib.
Modifications to muParser include:
- Support for the "!" (not) operator
- Support for ":" as a valid character for variable names.
- Support for bitwise operator and "&", or "|", xor "|^", not "~"
- Support for floating point modulo "%"
- Support for hex values (starting with 0x)
- Support for binary values (starting with 0b)
Release Notes
3.1.1.3 (Nov 17, 2023)
Added support for cRIO Linux RT
Remapped error codes to 515000 range
Updated docs
porter
was a contributor to this release