Changeset 10068 for src/Pugs/Lexer.hs

Show
Ignore:
Timestamp:
04/24/06 06:34:43 (3 years ago)
Author:
audreyt
Message:

* Finished src/ tree rewrite of chromatic++'s contributions:

Lexer.hs - a typo fix
Prim.hs - object finalization and creation sequence.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Lexer.hs

    r10060 r10068  
    312312        ruleQualifiedIdentifier 
    313313    -- XXX: For now, we *only* *parse* "is export(...)". The arguments are 
    314     -- thrown away. So module writers can give detailed export lists now, 
     314    -- thrown away. So module writers can give a sensible export lists now, 
    315315    -- as otherwise 
    316316    -- <Aankhen``> Otherwise, it'll be a pain to go back to every module and