Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 262 Bytes

File metadata and controls

15 lines (12 loc) · 262 Bytes

Math Parser

Math Parser is simple cpp project for reading and interpreting equations.

How to use it

git clone https://github.com/schneiderlo/math-parser
cd math-parser
cmake -S . -B ./build
cd build
make
cp ../equation.v ./equation.v
./MathParser