#include <toyparse.h>
Data Fields | |
| int | type |
| Type of token. | |
| int | subtype |
| Subtype of token. | |
| char * | token |
| The token itself. | |
When used in arrays, if token==NULL that is the last element.
Definition at line 63 of file toyparse.h.
|
|
Subtype of token.
Definition at line 68 of file toyparse.h. Referenced by CheckLineSyntax(), and TMM_ParseLine(). |
|
|
The token itself.
Definition at line 70 of file toyparse.h. Referenced by CheckLineSyntax(), FreeType(), and TMM_ParseLine(). |
|
|
Type of token.
Definition at line 66 of file toyparse.h. Referenced by CheckLineSyntax(). |
1.3-rc3