ruby2c version 1.0.0.7 has been released!
* <http://rubyforge.org/projects/ruby2c/>
* <ryand-ruby / zenspider.com>
* <ruby2c / zenspider.com - mailing list>
ruby_to_c translates a static ruby subset to C. Hopefully it works.
NOTE ! NOTE ! NOTE ! NOTE ! NOTE ! NOTE ! NOTE ! NOTE ! NOTE
THIS IS BETA SOFTWARE!
NOTE ! NOTE ! NOTE ! NOTE ! NOTE ! NOTE ! NOTE ! NOTE ! NOTE
RubyToC has the following modules:
* Rewriter - massages the sexp into a more consistent form.
* TypeChecker - type inferencer for the above sexps.
* RubyToRubyC - converts a ruby (subset) sexp to ruby interals C.
* RubyToAnsiC - converts a ruby (subset) sexp to ANSI C.
and the following tools:
* translate.rb - Translates a given file to C.
Changes:
### 1.0.0.7 / 2009-08-18
* 1 bug fix:
* Removed unnecessary require on unified_ruby