Purple  0.1
Standard Language Specification
Public Attributes | List of all members
position Struct Reference

Structure containing information about a Token's position in the input. More...

#include <scan.h>

Collaboration diagram for position:
Collaboration graph

Public Attributes

char filename [256]
 
int line_number
 
int char_number
 

Detailed Description

Structure containing information about a Token's position in the input.

Member Data Documentation

◆ char_number

int position::char_number

Character number in line

◆ filename

char position::filename[256]

Name of file

◆ line_number

int position::line_number

Line number in file


The documentation for this struct was generated from the following file: