0.01
No release in over 3 years
Low commit activity in last 3 years
Rubinius::ToolSet provides a registry for code tools. These include the Rubinius bytecode compiler and parser. These, in turn, depend on other components like the AST and bytecode emitter and serializer. ToolSets provide a mechanism for other languages to reuse as much of the Rubinius code tools as are suitable for that language.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 1.5
~> 10.0
 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.