#include <Interpreter.h>
Static Public Member Functions | |
void | reset (char *input_string) |
Reset the lex input. | |
int | copy_into (char *buf, int max_size) |
Method lex will call to read from the input string. | |
Static Private Attributes | |
char * | string_ = 0 |
Pointers to keep track of the input string. | |
char * | current_ = 0 |
char * | end_ = 0 |
|
Method lex will call to read from the input string.
|
|
Reset the lex input.
|
|
|
|
|
|
Pointers to keep track of the input string.
|