47 int flags =
pretty ? JSON_C_TO_STRING_PRETTY : JSON_C_TO_STRING_PLAIN;
static json_object * fun_to_json(const Value *v)
Convert a Fun Value into a json-c object.
Tagged union representing a Fun value.
push_value(vm, make_int(rc==0 ? 1 :0))
char * value_to_string_alloc(const Value *v)
Allocate a printable C string for a Value.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.
static Value pop_value(VM *vm)
Pop a Value from the VM operand stack.