5 lines
101 B
C
5 lines
101 B
C
|
|
struct value* evaluate(
|
|
struct value* value,
|
|
struct value* environment,
|
|
struct gc* gc);
|