suneil/rpn

逆波兰表示法计算器

0.1.0 2017-06-20 05:32 UTC

This package is not auto-updated.

Last update: 2024-09-29 01:56:58 UTC


README

需求

  • PHP 7.0
  • Composer

安装

composer require suneil/rpn

开发和运行测试

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