suneil/rpn

Reverse Polish Notation Calculator

0.1.0 2017-06-20 05:32 UTC

This package is not auto-updated.

Last update: 2025-07-06 05:46:50 UTC


README

Requirements

  • PHP 7.0
  • Composer

Installing

composer require suneil/rpn

Developing and running tests

git clone https://github.com/suneil/rpn.git
cd rpn
composer install
composer test