Represents a token location.
More...
#include <loc.h>
|
| STR | filename |
| | The file where the token is from.
|
| |
| usize | line |
| | The line number where the token is found.
|
| |
| usize | col |
| | The column number where the token starts.
|
| |
| usize | pos |
| | The token's position in the text.
|
| |
Represents a token location.
Definition at line 16 of file loc.h.
◆ col
The column number where the token starts.
Definition at line 19 of file loc.h.
◆ filename
The file where the token is from.
Definition at line 17 of file loc.h.
◆ line
The line number where the token is found.
Definition at line 18 of file loc.h.
◆ pos
The token's position in the text.
Definition at line 20 of file loc.h.
The documentation for this struct was generated from the following file: