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
- Host: GitHub
- URL: https://github.com/jim/maths
- Owner: jim
- Created: 2012-07-24T05:33:51.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-11-03T06:44:05.000Z (over 12 years ago)
- Last Synced: 2025-01-29T17:24:43.637Z (over 1 year ago)
- Language: Ruby
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.