344 B
344 B
a light weight math expression parser library from https://github.com/codeplea/tinyexpr.
mkdir build && cd build
cmake ..
make
- library
libtinyexpr.sosaved tobuild/libs - sample
tinyexpr_testsaved tobuild/samples
run sample and input math expression something like 1+2*5, it will calculate it and output result 11.