/calc

A basic calculator

Primary LanguageC++

calc

A basic calculator inspired by a Programming Principles and Practice book by Bjarne Stroustrup

how to run?

$ cmake -B .
$ cmake --build .
$ ./calc
2+2*2;

Tests?

$ cmake -B .
$ cmake --build .
$ ./tests