Skip to content

A command line calculator that parses simple maths expressions.

License

Notifications You must be signed in to change notification settings

amp180/2017_parsing_calculator

Repository files navigation

Math expression parser

I made this in early 2017 to learn how handwritten recursive descent parsers work. It's a command line calculator app that takes simple maths expressions.

Screenshot

Compiling and running on ubuntu linux

cmake ./CMakeLists.txt 
make
./calculator

About

A command line calculator that parses simple maths expressions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published