a simple expression Calculator written in c++
install cmake and gcc
- sudo apt-get install cmake build-essential
- cmake . && make
use !help command to list command
!help
Recognized commands
!help
!quit
!v //list all variables
!f //list all support functions
!load filename //load variable from a file
!save filename //save variable to a file