lambda-calculus/color_factory/struct.h
2025-01-13 20:36:07 -06:00

16 lines
222 B
C

struct color_factory
{
struct string* colors[20];
struct string* numeric;
struct string* string;
struct string* variable;
struct string* builtin;
struct string* reset;
};