slackbuilds_ponce/libraries/muparserx
Giancarlo Dessi 7b03d490af
libraries/muparserx: Added (C++ library for parsing expressions).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-03-11 06:46:37 +07:00
..
muparserx.info
muparserx.SlackBuild
README
slack-desc

muparserx is an extensible high performance math expression parser
library written in C++ originally. Originally based on the muparser
engine it has evolved into a standalone project with a completely new
parsing engine.

Whereas muparser works only scalar data types, muparserx extends the
support to strings, vector and complex data as arrays and matrices.