Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d3804b0528cfed1b471f5149e287bdf8 > files > 96

muParser-devel-1.34-1.fc15.i686.rpm

<script type="text/javascript">
  imgParserNET=new Image();
  imgParserNET.src="images/muParserNET.png";
  imgParserNETDark=new Image();
  imgParserNETDark.src="images/muParserNET_.png";

  imgParserX=new Image();
  imgParserX.src="images/muParserX.png"; 
  imgParserXDark=new Image();
  imgParserXDark.src="images/muParserX_.png";

  imgDownload=new Image();
  imgDownload.src="images/download_muparser.png"; 
  imgDownloadDark=new Image();
  imgDownloadDark.src="images/download_muparser_.png";
</script>

<h2>About the parser</h2> 

<p>
Many applications require the parsing of <strong>mathematical expressions</strong>.
The main objective of this library is to provide a fast and easy way of
doing this. <strong>muParser</strong> is an extensible high performance
<strong>math parser</strong> library written in <a href="http://www.cplusplus.com/">C++</a>. It works 
by transforming a mathematical expression into bytecode and precalculating constant 
parts of the expression.
</p>

<div style="/*position:float; */border: 1px solid #000000; width:420px; height:220px; text-align:left; float:left; margin-right:10px; background-color: #ffffff;">
<img src="images/related.png" alt="math expression parser - related links" border="0" width="420"/>
  <a href="http://www.codeproject.com/KB/recipes/muParser.aspx">
    <img src="images/muParserNET_.png" alt=".NET math parser" border="0" width="200" style="float:left;" onmouseover="ChangeButtonImage(7,imgParserNET)" onmouseout="ChangeButtonImage(7,imgParserNETDark)"/>
    <br/>
    <strong>muParser C# wrapper</strong>
    <br/>
    <span class="tiny_text">a math parser for .NET</span>
  </a>

  <br clear="all"/><br/>
  <a href="http://beltoforion.de/muparserx/math_expression_parser_en.html">
    <img src="images/muParserX_.png" 
         alt="math expression parser" 
         border="0" 
         width="200" 
         style="float:left;"
         onmouseover="ChangeButtonImage(8,imgParserX)" 
         onmouseout="ChangeButtonImage(8,imgParserXDark)"/>
    <strong>muParserX</strong>
    <br/>
    <span class="tiny_text">a math expression parser with support for multitype data types</span>
  </a>
</div>
The library was designed with portability in mind and should compile on every
standard compliant C++ compiler. Wrapper for <strong>C</strong> and <strong>C#</strong> 
exist. The parser archive contains ready to use project and makefiles files for a variety of 
platforms. The code runs on both <strong>32 bit</strong> and 
<strong>64 bit</strong> architechtures and has been tested using MS VC++ V8.0 
and GCC V4.4.1. Code samples are provided in order to help you understand its 
usage. The library is <strong>open source</strong> and distributed under 
the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>.

<div style="text-align:center;">
<a href="http://sourceforge.net/project/showfiles.php?group_id=137191">
  <img src="images/download_muparser_.png" 
       border="0" 
       alt="muParser download"
       onmouseover="ChangeButtonImage(9,imgDownload)" 
       onmouseout="ChangeButtonImage(9,imgDownloadDark)"/>
</a>
</div>

<p>
Before I go on, I'd like to thank <a href="http://sourceforge.net">SourceForge</a> for hosting this project. This
pages would not exist without the webspace provided by them and of course I'd like 
to thank <a href="http://www.codeproject.com">CodeProject</a> for hosting the original 
<a href="http://www.codeproject.com/cpp/FastMathParser.asp" target="_blank">math parser</a> 
article.
</p>


<h2>Support this project</h2>
muParser is free software and anyone can use it free of charge for commercial and noncommercial purposes. If you wish you can support this project by <strong>making a small donation</strong>:
<br/>
<br/>
<div style="text-align:center;">
  <a href="http://sourceforge.net/donate/index.php?group_id=137191">
    <img src="http://images.sourceforge.net/images/project-support.jpg" 
         width="196" 
         height="64" 
         border="0" 
         alt="Support This Project"/> 
  </a>
</div>
<br/>
A project like muParser requires permanent maintanence in order to adopt to new platforms, new compiler version and for fixing bugs. So if you are using the library and find it useful i would like to encourage you to make a donation in order to help keeping the project up to date. I can officially guarantee that you <strong>make my day</strong> by donating even a small amount of money. In a way this is a "Wow the people actually really appreciate what i'm doing" kind of thing and that's whats driving me and ultimately this is what is keeping this project alive.