[ANN] ruby2ruby 1.1.6 Released

R

Ryan Davis

ruby2ruby version 1.1.6 has been released!

* <http://seattlerb.rubyforge.org/>
* <http://rubyforge.org/projects/seattlerb>

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://seattlerb.rubyforge.org/>
* <http://rubyforge.org/projects/seattlerb>
 
M

Meinrad Recheis

ruby2ruby version 1.1.6 has been released!

* <http://seattlerb.rubyforge.org/>
* <http://rubyforge.org/projects/seattlerb>

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.
[...]

Ryan,

That is exactly what I need for my DSL. I need to regenerate code from
a user-defined block to evaluate it in another interpreter. I will
give it a try.

Thanks!
-- henon
 
R

Ryan Davis

That is exactly what I need for my DSL. I need to regenerate code from
a user-defined block to evaluate it in another interpreter. I will
give it a try.

awesome. I hope it works well for you. enjoy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,776
Messages
2,569,602
Members
45,185
Latest member
GluceaReviews

Latest Threads

Top