cardinal / cardinal
- Source
- Commits
- Network (6)
- Issues (33)
- Downloads (0)
- Wiki (17)
- Graphs
-
Branch:
master
Francois Perrad (author)
Mon Jan 11 09:33:09 -0800 2010
cardinal /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Dec 07 15:14:00 -0800 2009 | |
| |
README | Sun Aug 02 22:56:21 -0700 2009 | |
| |
Rakefile | Wed Sep 23 08:47:31 -0700 2009 | |
| |
Test.rb | Fri Jul 24 21:17:52 -0700 2009 | |
| |
cardinal.pir | Sun Aug 02 11:29:06 -0700 2009 | |
| |
ports/ | Mon Jan 11 09:33:09 -0800 2010 | |
| |
setup.pir | Mon Jan 11 09:31:02 -0800 2010 | |
| |
src/ | Sun Aug 23 08:57:15 -0700 2009 | |
| |
t/ | Mon Dec 07 15:14:00 -0800 2009 |
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
