Changeset 13921 for src/Pugs/AST.hs

Show
Ignore:
Timestamp:
10/05/06 14:31:24 (2 years ago)
Author:
audreyt
Message:

* Pugs.AST: Accept Int(x=>1) but not Int(1,2,3), so that

Int can still parse as a nullary (term-level) macro.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/AST.hs

    r13917 r13921  
    283283    , subReturns    = typ 
    284284    , subLValue     = False 
    285     , subParams     = [defaultArrayParam, defaultHashParam{ paramName = cast "%" }] 
     285    , subParams     = [defaultHashParam{ paramName = cast "%" }] 
    286286    , subBindings   = [] 
    287287    , subSlurpLimit = []