Check-in MuParser source

First step in fixing issue #3157 is to check-in the source code and hook
it into our build system.

The inclusion of the MuParser source adds the MIT License to those that
apply to fish. Update our documentation to reflect that fact.

The MuParser documentation is at
http://beltoforion.de/article.php?a=muparser.  The source was downloaded
from https://github.com/beltoforion/muparser/releases. It is also hosted
on Github, https://github.com/beltoforion/muparser/. I did not download
it from Github because that source contained just a couple of cleanup
changes which don't affect its behavior.
This commit is contained in:
Kurtis Rader
2017-08-22 15:34:41 -07:00
parent 04bd4c4b4e
commit d247c121a2
66 changed files with 30182 additions and 27 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html style="height:100%;">
<head>
</head>
<body style="height:100%; overflow:hidden;">
<div style="border: 0px; position:absolute; top:0px; left:0px; width:100%; bottom:0px; padding:0px; margin:0px;">
<iframe src="http://muparser.beltoforion.de" style="border: 0px; width:100%; height:100%;">
Sorry, your browser doesn't support IFrames. Click <a href="http://muparser.beltoforion.de">here</a> to load the muparser documentation directly.
</iframe>
</div>
</body>
</html>