uuagc
Scanner
data Input
Constructors
Instances
input :: Options -> Pos -> String -> Input
type Lexer s = Pos -> String -> Maybe (s, Pos, String)
scan :: Options -> Lexer Token
toLines :: String -> [String]