| Safe Haskell | None |
|---|
Helium.Parser.Lexer
Description
Documentation
lexer :: [Option] -> String -> [Char] -> Either LexerError ([Token], [LexerWarning])Source
strategiesLexer :: [Option] -> String -> [Char] -> Either LexerError ([Token], [LexerWarning])Source
Constructors
lexemeLength :: Lexeme -> IntSource
module Helium.Parser.LexerMessage