farleyknight / ionize

Convert Php to Ruby (Will soon die and be reborn as something different..)

This URL has Read+Write access

farleyknight (author)
Fri Nov 28 11:30:39 -0800 2008
commit  ba7f7a914cb4c4cf3117d4559b213be99fc3fd88
tree    958c7b3813dc6c0b0c8cf1e83a1894a2c4546b4b
parent  70f7ccaa7641cefb1e08b10bbd873349773fe8e7
ionize /
README.rdoc

Ionize

DESCRIPTION:

Converts Php to Ruby.

Ionize parses and translates Php to Ruby and also provides a compatibility library to execute the converted code.

FEATURES/PROBLEMS:

Check out ionize.farleyknight.com for a live demo of the library, so you can see what works and what doesn’t.

REQUIREMENTS:

Treetop, ParseTree, and Ruby2Ruby (1.1.9) to translate

Rack to run the Php compat environment

Rspec to run the specs

INSTALL:

sudo gem install ionize

But don’t expect that to work just yet. We’re still in development..

LICENSE:

(The MIT License)

Copyright © 2008 Farley Knight

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.