svenfuchs / ripper2ruby
- Source
- Commits
- Network (3)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Jan Friedrich (author)
Wed Aug 05 03:14:45 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
MIT-LICENSE | ||
| |
README.markdown | ||
| |
lib/ | ||
| |
notes/ | ||
| |
ripper2ruby.gemspec | ||
| |
test/ |
README.markdown
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

