44 json_object *root = json_object_from_file(
path);
50 Value v = json_to_fun(root);
52 json_object_put(root);
push_value(vm, make_nil())
Tagged union representing a Fun value.
Value make_nil(void)
Construct a nil Value.
char * value_to_string_alloc(const Value *v)
Allocate a printable C string for a Value.