Purple
0.1
Standard Language Specification
|
Structure containing information about a Token's position in the input. More...
#include <scan.h>
Public Attributes | |
char | filename [256] |
int | line_number |
int | char_number |
Structure containing information about a Token's position in the input.
int position::char_number |
Character number in line
char position::filename[256] |
Name of file
int position::line_number |
Line number in file