Author: pmichaud Date: Mon Dec 22 19:43:55 2008 New Revision: 34267 Modified: trunk/docs/pdds/pdd26_ast.pod
Log: [pct]: Update pdd26_ast.pod with 'hll' attribute on PAST::Block . Modified: trunk/docs/pdds/pdd26_ast.pod ============================================================================== --- trunk/docs/pdds/pdd26_ast.pod (original) +++ trunk/docs/pdds/pdd26_ast.pod Mon Dec 22 19:43:55 2008 @@ -497,6 +497,11 @@ may either be a simple string or an array of strings representing a nested namespace. +=item hll([value]) + +Get/set the HLL namespace for this block (and any nested blocks +that do not explicitly provide a C<hll>). + =item symbol(name, [attr1 => val1, attr2 => val2, ...]) Each PAST::Block node can use the C<symbol> method to maintain @@ -522,9 +527,9 @@ to specify the C<scope> attribute to be used for all variable nodes that don't otherwise provide one. -=item pir_pragma([value]) +=item pirflags([value]) -Get/set any PIR pragmas to be used when generating the block. +Get/set any PIR flags to be used when generating the block. =item compiler([compiler_name])