
ruby2c version 1.1.1 has been released! * home: <https://github.com/seattlerb/ruby_to_c> * rdoc: <http://ruby2c.rubyforge.org/ruby2c> 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. Changes: ### 1.1.1 / 2022-12-03 * 2 bug fixes: * Added support for 3.0 parser * Used ParseTreeTestCase#TEST_SUFFIX to make this always work when new versions added.