Changeset 13559 for docs/Perl6/API

Show
Ignore:
Timestamp:
09/22/06 16:57:05 (2 years ago)
Author:
ajs
Message:

postcircumfix can take "is parsed" if quote-like operators can... of course, this brings up the question of how balanced operators affect the parsing of program text inside them, but we have said it can happen somehow... or are quote-like operators a hairy special case?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/API/macros.pod

    r13558 r13559  
    8181Postcircumfix macros take two parameters. The first a C<Value>. The 
    8282second is an C<Expression> that comes inside of the circumfix delimeters. 
    83  
    84 The "is parsed" trait cannot be used with this sort of macro because 
    85 the parameter is found before the macro name in the program text. 
    8683 
    8784=item regex_metachar