Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 428 Bytes

File metadata and controls

6 lines (6 loc) · 428 Bytes

ArithmeticParser

Simple math parser in modern C++. This library parse and evulate given math expressions such as (a + b - c * d).
It's a cross platform library which should compile on any operating system without any problem (I have tested on Windows and Linux)
It also contains Google Test Framework project under the source folder.

If you have any opinion or question, please do not hesitate to ask me