math-interpreter A math interpreter made in C Supported operations Addition ( "+" ) Subtraction ( "-" ) Multiplication ( "*" ) Division ( "/" ) You can combine these operations using parenthesis ( "(" and ")" ) Compile and Run compile the project with: make run with ./bin/math