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.
- Host: GitHub
- URL: https://github.com/rubinius/rubinius-code
- Owner: rubinius
- License: mpl-2.0
- Created: 2016-01-11T05:33:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T02:19:31.000Z (about 4 years ago)
- Last Synced: 2024-04-27T00:03:21.567Z (about 1 year ago)
- Language: Ruby
- Homepage: https://rubinius.com
- Size: 921 KB
- Stars: 4
- Watchers: 43
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.