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

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

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