slackbuilds/libraries/muParser
David Spencer 0f6e7fd029
libraries/muParser: Fix tarball handling.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
2016-06-08 08:33:37 +07:00
..
README
muParser.SlackBuild libraries/muParser: Fix tarball handling. 2016-06-08 08:33:37 +07:00
muParser.info libraries/muParser: Updated for version 2.2.5 2016-06-05 22:27:58 +07:00
slack-desc libraries/muParser: Updated for version 2.2.5 2016-06-05 22:27:58 +07:00

README

Many applications require the parsing of mathematical expressions. 
The main objective of this library is to provide a fast and easy way 
of doing this. 

muParser is an extensible high performance math expression parser 
library written in C++. It works by transforming a mathematical 
expression into bytecode and precalculating constant parts of the 
expression.