parrotcode: PAST support routines for perl6 | |
Contents | Language Implementations | Perl6 |
past_perl6.pir - PAST support routines for perl6
This file contains support routines for PAST nodes in the perl6 compiler.
PAST::Block
node as a perl6 block.
This routine initializes the block's symbol table with a copy of any outer block's symbol table,
and creates a mydecl
hash to keep track of symbols defined locally in the block.$_
,
$/
,
and $!
.name
,
if flag
is true,
then the block has already declared a local symbol called name
.
|