Show
Ignore:
Timestamp:
09/09/06 18:20:04 (2 years ago)
Author:
audreyt
Message:

* Pugs.Parser: Support for chained method call in qq interpolation.

"$foo.meth.meth.meth.meth()"

* Also allow "POST(1)" or "BEGIN(2)" to parser as function calls,

instead of syntax errors (as in Perl5).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Parser.hs-boot

    r12485 r13140  
    1616ruleBlockLiteral :: RuleParser Exp 
    1717ruleDoBlock :: RuleParser Exp 
     18ruleNamedMethodCall :: RuleParser (Maybe Char, String) 
    1819 
    1920regularVarName :: RuleParser String