Changeset 13046 for src/Pugs/Lexer.hs

Show
Ignore:
Timestamp:
09/05/06 20:10:47 (2 years ago)
Author:
gaal
Message:

* Handle named parameters in Signatures.

:( :$justify ) # which is shorthand for...
:( :justify($justify) ) # but you can also say
:( :justify($justification) ) # the long name is used inside body;

# the short name by callers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Lexer.hs

    r12903 r13046  
    1212module Pugs.Lexer ( 
    1313    wordAlpha, wordAny, isWordAlpha, isWordAny, 
    14     maybeParens, parens, whiteSpace, mandatoryWhiteSpace, lexeme, identifier, 
     14    maybeParens, parens, whiteSpace, mandatoryWhiteSpace, lexeme, identifier, identLetter, 
    1515    braces, brackets, angles, balanced, balancedDelim, decimal, 
    1616