holey-toys/src/einfo.h
2024-03-11 05:21:52 -05:00

7 lines
91 B
C

typedef struct EInfo_s
{
Token token;
size_t line;
size_t line_start;
} EInfo;