public
Description: A proof-of-concept Ruby implementation on top of JavaScript and the Objective-J runtime
Homepage:
Clone URL: git://github.com/tlrobinson/cappruby.git
mchung (author)
Wed Mar 04 16:52:28 -0800 2009
Tom Robinson (committer)
Thu Mar 05 03:24:36 -0800 2009
name age message
file README Thu Mar 05 03:24:36 -0800 2009 Updating README with instructions on how to sta... [Marc Chung]
directory TestApp/ Sun Mar 01 17:37:36 -0800 2009 Symlink for cappruby directory [tlrobinson]
file cappruby.j Sun Mar 01 17:36:06 -0800 2009 General cleanup. Added a Rack server to auto-co... [tlrobinson]
directory cappruby/ Sun Mar 01 17:36:06 -0800 2009 General cleanup. Added a Rack server to auto-co... [tlrobinson]
directory misc/ Mon Dec 22 17:39:18 -0800 2008 Various improvements. Sample CappRuby project. [Tom Robinson]
file ruby2objj.rb Sun Mar 01 17:36:06 -0800 2009 General cleanup. Added a Rack server to auto-co... [tlrobinson]
file ruby2objj_server.ru Thu Mar 05 03:24:33 -0800 2009 Adding Rack::ContentLength to ruby2objj_server.... [Marc Chung]
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