|
libpulsar
A modular compiler for the pulsar programming language
|
File location structure. More...
Go to the source code of this file.
Data Structures | |
| struct | ps_loc |
| Represents a token location. More... | |
Functions | |
| PS_PRINT_DECL (ps_loc) | |
| struct ps_loc | PS_LOC_NONE (void) |
| Represents the absence token location. | |
| bool | ps_is_loc_none (const struct ps_loc *loc) |
| Whether the token location is an not actual location. | |
File location structure.
Definition in file loc.h.
| bool ps_is_loc_none | ( | const struct ps_loc * | loc | ) |
| struct ps_loc PS_LOC_NONE | ( | void | ) |
Represents the absence token location.
| PS_PRINT_DECL | ( | ps_loc | ) |