I just checked in a small patch that allows Jako to start grokking PMCs. For example:
use sys; var pmc foo; foo = new PerlUndef; foo = "Hello, world!\n"; sys::print(foo);
Neato, by the way.
-Melvin
I just checked in a small patch that allows Jako to start grokking PMCs. For example:
use sys; var pmc foo; foo = new PerlUndef; foo = "Hello, world!\n"; sys::print(foo);