Changeset 9868 for src/Pugs/Lexer.hs

Show
Ignore:
Timestamp:
04/09/06 08:08:49 (3 years ago)
Author:
audreyt
svk:copy_cache_prev:
13015
Message:

* Lexer: Handle arbitrarily nested comment intoduces.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Lexer.hs

    r9867 r9868  
    3737perl6Def  :: LanguageDef st 
    3838perl6Def  = javaStyle 
    39           { P.commentStart   = ".#[" 
    40           , P.commentEnd     = "]" 
     39          { P.commentStart   = ".#" 
     40          , P.commentEnd     = "" 
    4141          , P.commentLine    = "#" 
    4242          , P.nestedComments = False