rubinius-ast

An Abstract Syntax Tree for the Rubinius language platform.


License
MPL-2.0
Install
gem install rubinius-ast -v 3.18

Documentation

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.