Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Pugs/Parrot roundtrip

7 views
Skip to first unread message

Autrijus Tang

unread,
May 6, 2005, 4:14:50 PM5/6/05
to perl6-c...@perl.org, perl6-i...@perl.org
I'm glad to report that Pugs is now a registered Parrot compiler:

$ cat roundtrip.p6
eval_parrot '
compreg $P0, "Pugs"
$S0 = "say qq[There... and back again!]"
$P0 = compile $P0, $S0
invoke $P0
';

$ ./pugs roundtrip.p6
There... and back again!

Once PGE has the ability to invoke callback code from the rules,
it can then call back to Pugs directly, and hence finishes the
basic circle needed for full bootstrapping.

Enjoy,
/Autrijus/

0 new messages