summaryrefslogtreecommitdiffstats
path: root/libraries/muparserx/README
diff options
context:
space:
mode:
author Giancarlo Dessi <slack@giand.it>2024-03-10 20:55:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-11 06:46:37 +0700
commit7b03d490afb1fcdbfce081b3efab3a4b796de169 (patch)
tree701c9e6414e5b7b936b2ad46c1c29b8068a07392 /libraries/muparserx/README
parent56c36caceb9ffba58ee7eeead5b2f30e03fdcca6 (diff)
downloadslackbuilds-7b03d490afb1fcdbfce081b3efab3a4b796de169.tar.gz
slackbuilds-7b03d490afb1fcdbfce081b3efab3a4b796de169.tar.xz
libraries/muparserx: Added (C++ library for parsing expressions).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/muparserx/README')
-rw-r--r--libraries/muparserx/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/muparserx/README b/libraries/muparserx/README
new file mode 100644
index 0000000000..4ec167c973
--- /dev/null
+++ b/libraries/muparserx/README
@@ -0,0 +1,7 @@
+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.