NAME ^

src/common/guts.pir - subs that are part of the internals, not for users

HISTORY ^

Stolen from Rakudo.

SUBS ^

bool pipp_defined(string constant_name)

Check whether a Parrot register is defined.

void pipp_var_dump(mixed var)

Dump a PMC

!EXPORT(symbols, from :named('from') [, to :named('to')] )

Export symbols in namespace from to the namespace given by to. If to isn't given, then exports into the HLL global namespace. This function differs somewhat from Parrot's Exporter PMC in that it understands how to properly merge MultiSub PMCs.


parrot