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

https://github.com/jim/maths

a little language for performing simple calculations on Rubinius
https://github.com/jim/maths

Last synced: over 1 year ago
JSON representation

a little language for performing simple calculations on Rubinius

Awesome Lists containing this project

README

          

# Maths

I'm learning about Rubinius and writing a language or two in the process. This
is the first thing I've built. It's rickety, but it can do some simple math
(including proper support for operator precedence).

You can try out Maths by running the examples:

~~~ sh
$ bin/maths examples/calculations.maths
42
76
~~~

Check out the specs to see what Maths can do FOR YOU.