lambda-calc-1/expression/variable/new.h
2025-01-13 20:36:07 -06:00

8 lines
103 B
C

struct value;
struct string;
struct expression* new_variable_expression(
struct string* name);