This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit bf512d5d0315bf79f126cc4a3ddc23d39c1bca6f
tree 16fef7bc05b4ee0a8105d13e133e08ce3f8fbf50
parent 48466809ae47d83982a2628d4294460533d025f6 parent 22f080651f90391d12aa591c13a2206dd4ca73c7
tree 16fef7bc05b4ee0a8105d13e133e08ce3f8fbf50
parent 48466809ae47d83982a2628d4294460533d025f6 parent 22f080651f90391d12aa591c13a2206dd4ca73c7
cardinal /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jul 15 22:29:08 -0700 2009 | |
| |
Configure.pl | Sun Apr 19 14:06:00 -0700 2009 | |
| |
README | Sun Aug 02 22:56:21 -0700 2009 | |
| |
Rakefile | Sat Aug 15 15:03:48 -0700 2009 | |
| |
Test.rb | Fri Jul 24 21:17:52 -0700 2009 | |
| |
build/ | Wed May 20 21:53:18 -0700 2009 | |
| |
cardinal.pir | Sun Aug 02 11:29:06 -0700 2009 | |
| |
src/ | ||
| |
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








