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

https://github.com/danpersa/calculator


https://github.com/danpersa/calculator

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Calculator

This is a calculator application written in order to demonstrate
how to use rex together with racc

## Usage

Install the dependencies

bundle install

Generate the lexer and the parser:

rake

Use:

calc '2 + 2 * 2'

## Development

Run the specs

rspec spec