#include <parser_misc.h>
Data Fields | |
unsigned int | first_line |
unsigned int | first_column |
unsigned int | last_line |
unsigned int | last_column |
char * | text |
unsigned int | ppline |
The vlltype supports the passing of detailed source file location information between the lexical analyzer and the parser. Defining YYLTYPE compels the lexor to use this type and not something other.
unsigned int vlltype::first_column |
unsigned int vlltype::first_line |
unsigned int vlltype::last_column |
unsigned int vlltype::last_line |
unsigned int vlltype::ppline |
char* vlltype::text |