|
Cthulhu
0.2.10
Cthulhu compiler collection
|
a location inside a scanner locations are inclusive and 0-based More...
#include <where.h>
Data Fields | |
| ctu_line_t | first_line |
| the first line of the location More... | |
| ctu_line_t | last_line |
| the last line of the location More... | |
| ctu_column_t | first_column |
| the first column of the location More... | |
| ctu_column_t | last_column |
| the last column of the location More... | |
a location inside a scanner locations are inclusive and 0-based
| ctu_column_t where_t::first_column |
| ctu_line_t where_t::first_line |
| ctu_column_t where_t::last_column |
| ctu_line_t where_t::last_line |