Posted By: Arto Bendiken
Date: 2010-01-29 18:36
Summary: PHP.rb 0.1.0: A Ruby to PHP code generator
Project: PHP.rb
PHP.rb translates Ruby code into PHP code by obtaining the parse tree for a Ruby expression, transforming that into an abstract syntax tree (AST) compatible with PHP, and then generating valid PHP code as the final output.
This is the initial release of PHP.rb and contains support for translating basic Ruby expressions, control structures and defined functions.
http://php.rubyforge.org/
|
|