Now that PMCs are perl-like, it's about time to start language development.
Currently it's sophisticated enough to be able to compile and run the
following perl{56} code:
my ($a,$b);
$b="foo";
$a=-71.5;
print $a;
print $b;
But that will change soon. There aren't any tests currently, awaiting a
comprehensive test suite when the parser does something non-trivial.
Feel free to play with the code, enhance it, &c.
--
Jeff <[EMAIL PROTECTED]>
