Files | Admin

Notes:

Release Name: 1.1.1

Notes:
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.1 / 2006-11-13 * 3 bug fixes * Fixed procs * Cleaned return when no return values. * Rewrote process_if. No more elsif but no more bugs. :)