25 fprintf(stderr,
"Runtime type error: ENV expects string name\n");
push_value(vm, make_string(val ? val :""))
Tagged union representing a Fun value.
Value make_string(const char *s)
Construct a string Value by duplicating the given C string.
static Value pop_value(VM *vm)
Pop a Value from the VM operand stack.