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

8 lines
119 B
C

struct value;
struct string;
struct expression* new_parenthesis_expression(
struct expression* subexpression);