Changeset 9887 for src/Pugs/Lexer.hs

Show
Ignore:
Timestamp:
04/11/06 02:26:49 (3 years ago)
Author:
audreyt
Message:

* Implement the commenting rules in S02v22:

$a.#(your advertisement here).method;
say #<<< Foo <bar> >>> "Hello, world";

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Lexer.hs

    r9868 r9887  
    3737perl6Def  :: LanguageDef st 
    3838perl6Def  = javaStyle 
    39           { P.commentStart   = ".#" 
     39          { P.commentStart   = "#" 
    4040          , P.commentEnd     = "" 
    4141          , P.commentLine    = "#"