/Calculator

A calculator for our automatas class

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Calculator

A calculator for Automatas class

An implementation of a calculator using Shunting-yard algorithm.
The purpose of this proyect is to learn how to design a language, in this case a simple language that only accepts arithmetic operations and simple functions is a great setpping stone to prepare us for compilers class next semester

Update: Most of the modules are finished It has decimal, and scientific notation support There are still a few bugs left to iron out, but overall it works