Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glubs9/reverse-polish-notation-calculator-python

A small command line python program that runs reverse polish notation
https://github.com/glubs9/reverse-polish-notation-calculator-python

Last synced: about 21 hours ago
JSON representation

A small command line python program that runs reverse polish notation

Awesome Lists containing this project

README

        

# Reverse-Polish-Notation-Calculator-Python
A small command line python program that runs reverse polish notation

# To Use
run the program on a command line and enter in the string you want calculated.
to exit the program type EXIT
Recently I added a haskell version. to use this compile and run the file rpn.hs . to exit press CTRL-D