[ANN]Cardinal v0.0.3 released

Version 0.0.3 of the Cardinal program is now available from
http://rubyforge.org/projects/cardinal/.

This is a Ruby compiler which will, eventually be able to generate code
that will run on the Parrot virtual machine.

It will now parse and compile the following
Binary ops
Method calls
Method definitions
Class definitions
Code blocks

There are the following caveats on it,
1: it still doesn’t generate any parrot code.
2: It is still very much experimental.

All comments and suggestions will be greatly appreciated.

···


Mark Sparshatt