Show
Ignore:
Timestamp:
08/19/06 22:51:55 (2 years ago)
Author:
audreyt
Message:

* Oops; the Literal.hs refactoring accidentally broke

interpolated variable parsing. This fixed it.

Files:
1 modified

Legend:

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

    r12480 r12485  
    1212ruleCodeSubscript :: RuleParser (Exp -> Exp) 
    1313ruleInvocationParens :: RuleParser (Exp -> Exp) 
    14 ruleVarName :: RuleParser String 
     14ruleVarNameString :: RuleParser String 
    1515ruleVerbatimBlock :: RuleParser Exp 
    1616ruleBlockLiteral :: RuleParser Exp