Project

omnium

0.0
No commit activity in last 3 years
No release in over 3 years
That is about the size of it
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.16
~> 4.7, >= 4.7.3
~> 0.12.2
~> 0.3.0
~> 13.0
~> 3.9
~> 0.81.0
 Project Readme

Omnium

"Your talk," I said, "is surely the handiwork of wisdom because not one word of it do I understand."

Omnium is

  1. an ongoing educational project for learning how to write a programming language
  2. an interpreter written in Ruby
  3. a gem
  4. a bicycle
  5. quite the pancake

Build Status

Installation

Add this line to your application's Gemfile:

gem 'omnium'

And then execute:

bundle install

Or install it yourself as:

gem install omnium

Usage

bundle exec omnium hello.om
{:a=>2, :b=>25, :y=>5.997142857142857}

Development

After checking out the repo, run make run filename=hello.om to run the example program. Then, run make test to run all the tests or make guard to use guard for testing. You can also run make irb for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ronanduddy/omnium. Please read CODE_OF_CONDUCT.md for details on our code of conduct.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments