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

https://github.com/suneil/rpn

Reverse Polish Notation Calculator
https://github.com/suneil/rpn

dependency-injection php php7 reverse-polish-notation unittest

Last synced: 27 days ago
JSON representation

Reverse Polish Notation Calculator

Awesome Lists containing this project

README

        

# Reverse Polish Calculator

### Requirements
+ PHP 7.0
+ Composer

### Installing

```bash
composer require suneil/rpn
```

### Developing and running tests
```bash
git clone https://github.com/suneil/rpn.git
cd rpn
composer install
composer test
```