lisp-take-1/value/identifier/struct.h
2024-11-28 18:36:25 -06:00

10 lines
128 B
C

#ifndef STRUCT_IDENTIFIER_VALUE
#define STRUCT_IDENTIFIER_VALUE
struct identifier_value
{
struct string* name;
};
#endif