Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/glubs9/reverse-polish-notation-calculator-python
- Owner: Glubs9
- Created: 2020-02-01T06:50:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T07:32:34.000Z (almost 5 years ago)
- Last Synced: 2024-11-09T13:40:40.572Z (about 2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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