Public Attributes | |
char* | str |
char* | p |
int | nextToken |
Value | tokenValue |
Spec | spec |
Definition at line 98 of file expression.c.
|
current lookahead token Definition at line 101 of file expression.c. |
|
current position in expression string Definition at line 100 of file expression.c. |
|
spec file that we are parsing inside of Definition at line 103 of file expression.c. |
|
expression string Definition at line 99 of file expression.c. |
|
valid when TOK_INTEGER or TOK_STRING Definition at line 102 of file expression.c. |