Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Lexer.Token
Synopsis
- data Token
- = Keyword !Text
- | Identifier !Text
- | CharLiteral !Text
- | IntLiteral !Text
- | BooleanLiteral !Text
- | StringLiteral !Text
- | AssignOp
- | CompoundAssignOp !Text
- | IncrementOp !Text
- | ArithmeticOp !Text
- | RelationOp !Text
- | EquationOp !Text
- | ConditionOp !Text
- | LCurly
- | RCurly
- | LParen
- | RParen
- | LBrack
- | RBrack
- | Choice
- | Colon
- | Semicolon
- | Comma
- | Negate
- | EOF
Documentation
Lexer tokens.
Constructors