Changeset 12475 for src/Pugs/AST.hs

Show
Ignore:
Timestamp:
08/19/06 20:56:44 (2 years ago)
Author:
audreyt
Message:

* &circumfix:<\( )> now understands invocants and named parameters.
* Also, circumfix macros is now made possible in parser level.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/AST.hs

    r12461 r12475  
    4040import Pugs.AST.Pad 
    4141import Pugs.Val (val, PureStr, PureInt, PureNum, Capt(..), ValCapt) 
    42 import qualified Pugs.Exp as NewExp 
    4342 
    4443{-| 
     
    172171        , v_categ   = cat 
    173172        , v_name    = cast name 
     173        , v_meta    = MNil 
    174174        } 
    175175