public
Description: Cardinal - Ruby compiler for Parrot
Homepage: http://cardinal.github.com/
Clone URL: git://github.com/cardinal/cardinal.git
name age message
file .gitignore Wed Jul 15 22:29:08 -0700 2009 Add .DS_Store and *.swp to .gitignore, and fix ... [treed]
file Configure.pl Sun Apr 19 14:06:00 -0700 2009 allows check different config Signed-off-by: S... [fperrad]
file README Sun Aug 02 22:56:21 -0700 2009 Update the README [treed]
file Rakefile Loading commit data...
file Test.rb Fri Jul 24 21:17:52 -0700 2009 Add code to Test.rb to permit todo/skip to note... [treed]
directory build/ Mon Aug 17 19:21:57 -0700 2009 Cause the Makefile to use the rakefile for test... [treed]
file cardinal.pir Sun Aug 02 11:29:06 -0700 2009 Respect $, when joining, and set $, when cardin... [joeri]
directory src/ Sun Aug 23 08:57:15 -0700 2009 Implement Array#select. Signed-off-by: Ted Ree... [dtm]
directory t/
README
Cardinal is a Ruby compiler for Parrot.

The parser is fairly complete.  The standard library exists, but still needs filling out.

Cardinal's parser is very *very* slow. You can precompile to PIR with --target=pir and run the result with Parrot 
directly to skip the parsing phase. (You may need cardinal.pbc in the same directory for this to work.)

Cardinal is back in active development, under the stewardship of Ted Reed <ted.reed@gmail.com>.

We also have an IRC channel: #cardinal on irc.parrot.org