Changeset 32 for src/Lexer.hs
- Timestamp:
- 02/16/05 18:48:28 (4 years ago)
- svk:copy_cache_prev:
- 1041
- Files:
-
- 1 modified
-
src/Lexer.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Lexer.hs
r31 r32 18 18 19 19 perl6Def = javaStyle 20 { P.commentStart = " \n=begin\n"21 , P.commentEnd = " \n=cut\n"20 { P.commentStart = "=pod" 21 , P.commentEnd = "=cut" 22 22 , P.commentLine = "#" 23 23 , P.nestedComments = False
