Changeset 26 for src/Lexer.hs
- Timestamp:
- 02/14/05 06:02:18 (4 years ago)
- svk:copy_cache_prev:
- 1041
- Files:
-
- 1 modified
-
src/Lexer.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Lexer.hs
r25 r26 15 15 import qualified Text.ParserCombinators.Parsec.Token as P 16 16 17 type Pad = [Symbols] 18 type RuleParser a = GenParser Char Pad a 17 type RuleParser a = GenParser Char Env a 19 18 20 19 perl6Def = javaStyle
