lambda-calc-1/parse/position/struct.h
2025-01-13 20:36:07 -06:00

12 lines
114 B
C

struct position
{
struct string* filename;
unsigned line, column;
unsigned refcount;
};