Author: kjs Date: Wed Aug 20 10:03:29 2008 New Revision: 30386 Modified: trunk/compilers/pct/src/PAST/Node.pir
Log: [pct] update documentation on :scope attribute. Modified: trunk/compilers/pct/src/PAST/Node.pir ============================================================================== --- trunk/compilers/pct/src/PAST/Node.pir (original) +++ trunk/compilers/pct/src/PAST/Node.pir Wed Aug 20 10:03:29 2008 @@ -140,8 +140,9 @@ Get/set the PAST::Var node's "scope" (i.e., how the variable is accessed or set). Allowable values include "package", "lexical", -"parameter", and "keyed", representing HLL global, lexical, block -parameter, and array/hash variables respectively. +"parameter", "keyed", "attribute" and "register", representing +HLL global, lexical, block parameter, array/hash variables, object +members and (optionally named) Parrot registers respectively. =cut
