/calculator

Simple calculator written in 100% C. Supports + - * / ( )

Primary LanguageC

Calculator

A stupid simple calculator that supports brackets, infix + - * / and prefix + -. It reports syntax errors too.