Lexer

Undocumented in source.

Members

Functions

next_ch
void next_ch()
Undocumented in source. Be warned that the author may not have intended to support it.
next_sym
void next_sym()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ch
char ch;
Undocumented in source.
charSource
char delegate() charSource;
Undocumented in source.
id_name
char[100] id_name;
Undocumented in source.
int_val
int int_val;
Undocumented in source.
sym
int sym;
Undocumented in source.

Meta