37 fprintf(stderr,
"Runtime type error: ARR_PUSH expects array\n");
42 fprintf(stderr,
"Runtime error: push failed (OOM?)\n");
push_value(vm, make_int(n))
Tagged union representing a Fun value.
int array_push(Value *v, Value newElem)
Append a Value to an array.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.