Skip to content

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

License

Notifications You must be signed in to change notification settings

duckie/CppCompactExpressionParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages