Changeset 26 for src/Lexer.hs

Show
Ignore:
Timestamp:
02/14/05 06:02:18 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
1041
Message:

* snapshot during monadic refactoring

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Lexer.hs

    r25 r26  
    1515import qualified Text.ParserCombinators.Parsec.Token as P 
    1616 
    17 type Pad = [Symbols] 
    18 type RuleParser a = GenParser Char Pad a 
     17type RuleParser a = GenParser Char Env a 
    1918 
    2019perl6Def  = javaStyle