DTSCode / rpn

A calculator that takes infix and spits out the solution. Infix expressions are compiled to rpn expressions via an implementation of the shunting yard algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpn

A calculator that takes either infix notation or rpn expressions and spits out the solution. Infix expressions are compiled to rpn expressions via an implementation of the shunting yard algorithm.

About

A calculator that takes infix and spits out the solution. Infix expressions are compiled to rpn expressions via an implementation of the shunting yard algorithm.

License:MIT License


Languages

Language:Python 100.0%