duckie / CppCompactExpressionParser

A lightweight yet powerful math expression interpreter for C++ written with boost.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This small tool is a light math expression interpreter written with boost.
Please read the Main.cpp file to see extensive examples of use.

To compile, you just need to install boost then use CMake:

$ cd path/to/your/clone/
$ mkdir build
$ cd build
$ cmake ../
$ make
$ ./run_samples

About

A lightweight yet powerful math expression interpreter for C++ written with boost.

License:Do What The F*ck You Want To Public License


Languages

Language:C++ 100.0%