ruby2ruby provides a means of generating pure ruby code easily from ParseTree's Sexps. This makes making dynamic language processors much easier in ruby than ever before.
Changes:
1.1.6 / 2007-06-05
- 2 minor enhancements:
- Extended tests for dstr/dsym/drgx to test against embedded slashes and quotes.
- Updated for dasgn_curr changes to PT.
2 bug fixes:
- Fixed a bug with begin/rescue/ensure.
- Fixed argscat and blockpass bug. blah(42, *args, &block) handled.
- http://rubyforge.org/projects/seattlerb

Leave a comment