push_value(vm, make_bool(res))
Tagged union representing a Fun value.
int value_is_truthy(const Value *v)
Evaluate a Value's truthiness according to Fun language rules.
Value make_bool(int v)
Construct a boolean Value.
static Value pop_value(VM *vm)
Pop a Value from the VM operand stack.