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

https://github.com/rubinius/rubinius-code

Tools for parsing and compiling code for the Rubinius language platform.
https://github.com/rubinius/rubinius-code

Last synced: about 2 months ago
JSON representation

Tools for parsing and compiling code for the Rubinius language platform.

Awesome Lists containing this project

README

        

# Rubinius Code

Rubinius Code is a meta-gem that packages a collection of tools for parsing
and compiling Ruby code.

# Code of Conduct
Participation in the Rubinius project is governed by the Rubinius Code of
Conduct. See http://rubinius.com/code-of-conduct/

## Installation

Add this line to your application's Gemfile:

gem 'rubinius-code'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rubinius-code

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## License

Rubinius Code uses the MPL-2.0 license. See LICENSE for details. Contributions
made prior to January 10th, 2016 are licensed under the old BSD 3-clause
license. See LICENSE.BSD for details.