Many applications require the parsing of mathematical expressions. The main objective of this project is to provide a fast and easy way of doing this. muParser is an extensible high performance math parser library. It is based on transforming an expression into a bytecode and precalculating constant parts of it.
 
  The math parser library is written in pure C++ and should compile on every standard compliant compiler. I provide you with static libraries and a DLL version ready for implementation into your projects. The code has been tested using MS VC++ V7.1 and GCC V3.3.1. It reportedly works on BCB too. I provide you with three demo projects in order to help you understand its usage.
But before I go on, I'd like to thank SourceForge for hosting this project. This pages would not exist without the webspace provided by them and of course I'd like to thank CodeProject for hosting the original math parser article.
  
    New website
  
  
  
    2006-04-16 14:07 - muParser - A fast math parser library
  
  
  The website of muParser has been (slightly) updated and since now it will be available also as docs in the   download page.
  
  Read More »
  Version 1.25 released
  
  
    2006-02-06 03:00 - muParser - A fast math parser library
  
  
  The version 1.25 of muParser has been released. Unix users will find this new version much more user-friendly   as it includes a standard configure script and provides a pkg-config template files which allows to easily build 
  applications which depend from muParser.
  
  Read More »
  New Version available
  
  
    2005-09-30 13:56 - muParser - A fast math parser library
  
  
  The parser archive has been updated to Version 1.22 in order to fix compiler issues with gcc 4.0.
  
  Read More »
  Class documentation online
  
  
    2005-05-07 04:53 - muParser - A fast math parser library
  
  
  I have added the class documentation to the homepage. It can be accessed at:
  
  Read More »
  
    
      
        Homepage and archives added
      
    
    
    
      2005-04-23 08:50 - muParser - A fast math parser library
    
    
    I made two additions to the site:
    
    
 
    I created a new homepage for the project:
    
    Read More »