https://github.com/bcuff/reverse-polish
Reverse polish calculator
https://github.com/bcuff/reverse-polish
Last synced: about 1 year ago
JSON representation
Reverse polish calculator
- Host: GitHub
- URL: https://github.com/bcuff/reverse-polish
- Owner: bcuff
- Created: 2014-10-29T20:58:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-03T22:40:52.000Z (over 11 years ago)
- Last Synced: 2025-04-12T03:59:57.623Z (about 1 year ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reverse Polish Calculator
==============
For - https://gist.github.com/nilbus/7029600f8e6446c538f5
```
# To run
node main.js
# To run tests (requires nodeunit)
nodeunit test/
# To install nodeunit
npm install -g nodeunit