calcool v1.1.0 (2020-05-10T11:06:44Z)
Dub
Repo
Lexer
calcool
lexer
Undocumented in source.
class
Lexer {
this
(File f);
this
();
Token
[]
nextLine
(string stringInput);
Token
next
();
}
Constructors
this
this
(File f)
Undocumented in source.
this
this
()
Undocumented in source.
Members
Functions
next
Token
next
()
Undocumented in source. Be warned that the author may not have intended to support it.
nextLine
Token
[]
nextLine
(string stringInput)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
calcool
lexer
classes
Lexer