Skip to content
/ maths Public

a little language for performing simple calculations on Rubinius

Notifications You must be signed in to change notification settings

jim/maths

Repository files navigation

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:

$ bin/maths examples/calculations.maths
42
76

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

About

a little language for performing simple calculations on Rubinius

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages