public
Fork of tlrobinson/cappruby
Description: A Ruby implementation on top of JavaScript / Objective-J runtime. Proof of concept stage.
Homepage:
Clone URL: git://github.com/mchung/cappruby.git
README
Requirements:
    - ParseTree gem

To see a simple example in action, run:
    ./ruby2objj.rb main.rb > main.j

To run TestApp, ensure that the `Frameworks` directory exists:

    cd TestApp
    ln -s /path/to/Frameworks Frameworks

Then run:
    ./ruby2objj_server.ru TestApp