- 
          
          
              
                  
                      Try out the new Jake: AI Coding Assistant for LabVIEW!
                        
Get answers to questions about LabVIEW and discuss your code. 
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.2.1 | 
| Released | Jan 10, 2024 | 
| Publisher | LAVA | 
| License | BSD 2-Clause | 
| LabVIEW Version | LabVIEW>=18.0 | 
| Operating System | Windows, Mac, and Linux | 
| Dependencies | lava_rsc_lava_palette | 
| Used By | nevstop_3rdparty_dependencies tag_engine | 
| 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)