Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svenfuchs/ripper2ruby
Similar to ruby2ruby this library allows to parse Ruby code, modify and recompile it back to Ruby.
https://github.com/svenfuchs/ripper2ruby
Last synced: 2 months ago
JSON representation
Similar to ruby2ruby this library allows to parse Ruby code, modify and recompile it back to Ruby.
- Host: GitHub
- URL: https://github.com/svenfuchs/ripper2ruby
- Owner: svenfuchs
- License: mit
- Created: 2009-06-13T16:42:32.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-08-22T09:58:45.000Z (over 15 years ago)
- Last Synced: 2024-10-18T18:59:20.467Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 445 KB
- Stars: 41
- Watchers: 5
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
- License: MIT-LICENSE
Awesome Lists containing this project
README
Ripper2Ruby
===========Similar to ruby2ruby this library allows to parse Ruby code, modify and
recompile it back to Ruby.Differences:
* uses Ripper for parsing (shipped with Ruby 1.9)
* produces a full object-oriented representation of the Ruby code