Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/capsey/mathex

Libraries for evaluating math expressions from strings
https://github.com/capsey/mathex

Last synced: about 1 month ago
JSON representation

Libraries for evaluating math expressions from strings

Awesome Lists containing this project

README

        

# Mathex Specification

Mathex (Mathematical Expressions) is a specification and set of libraries for evaluating mathematical expressions from strings at runtime. It aims to provide consistent, customizable and easy to use solution for making your number fields more user friendly.

The specification defines valid expression syntax, feature set and error handling that a library implementing this specification must adhere to.

- [Mathex Specification](#mathex-specification)
- [Existing implementations](#existing-implementations)
- [Read the specification](#read-the-specification)

## Existing implementations

If you want to use Mathex in your project, here is a list of existing implementations of the specification:

* [Mathex for C/C++](https://github.com/capsey/mathex-c)
* [Mathex for C++](https://github.com/capsey/mathex-cpp)
* [Mathex for Python](https://github.com/capsey/mathex-py)

## Read the specification

Specification is stored in this repository in [versions](/versions/) directory. There you can find the latest version of the specification, and some older ones.