Project

rpn_ruby

0.0
No commit activity in last 3 years
No release in over 3 years
Processes arithmetic expressions in postfix notation
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.7
~> 10.0
 Project Readme

rpn_ruby

A gem developed as part of a toy project to play with different ways of packaging and deploying applications

This repo is a submodule of the toy project rpn_sample_ruby.

rpn_ruby is a module containing the implementation of the RPN calculator logic; organized as a gem but not built and uploaded to rubygems.org.

Local testing

To get started:

bundle install

To run the microtests:

rake

Related projects

rpn_service is a RESTful service that wraps module rpn_ruby.

rpn_ui is a Sinatra-based webapp that calls service rpn_service.