Skip to content
/ rpn Public

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

Notifications You must be signed in to change notification settings

DTSCode/rpn

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages