KrkScanner Struct Reference
Token scanner state. More...
#include <scanner.h>
Data Fields | |
const char * | start |
const char * | cur |
const char * | linePtr |
size_t | line |
int | startOfLine |
int | hasUnget |
KrkToken | unget |
Detailed Description
Token scanner state.
Stores the state of the compiler's scanner, reading from a source character string and tracking the current line.
The documentation for this struct was generated from the following file:
- src/kuroko/scanner.h