Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richard-degenne/mathparser
C++ mathematic expression parser
https://github.com/richard-degenne/mathparser
Last synced: about 2 months ago
JSON representation
C++ mathematic expression parser
- Host: GitHub
- URL: https://github.com/richard-degenne/mathparser
- Owner: Richard-Degenne
- License: gpl-2.0
- Created: 2014-04-24T15:15:37.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2014-08-17T13:32:30.000Z (over 10 years ago)
- Last Synced: 2023-08-08T07:31:29.150Z (over 1 year ago)
- Language: C++
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MathParser
==========C++ mathematic expression parser
About
=====MathParser is a personal project leaded by Richard Degenne. It aims to create a standalone mathematic expression parser, based on its own mathematic entities and operations. Note that I will try to maintain an updated documentation, both in the code and in the MathParser GitHub wiki.
Since it is a personal project, it is more of an recreational exercise than a real fully-developed project. However, if you want to help out or take a look to the way it is coded, feel free to fork and work around with it.
Contact
=======For any remark, question or information about MathParser or its creator, feel free to contact Richard Degenne at [email protected].
License
=======The MathParser source code is distributed under the terms of the CC by-nc-sa license.