ArithLexer
Contents
String
Synopsis
data Token Source
Constructors
Instances
type TokenP = CharP TokenSource
lex :: CharP a -> CharP aSource
rpar :: TokenPSource
plus :: TokenPSource
minus :: TokenPSource
star :: TokenPSource
slash :: TokenPSource
num :: TokenPSource
lpar :: TokenPSource
tokenize :: CharP [Token]Source