40 uint64_t
n = (uint64_t)
a;
42 uint64_t
bit = (uint64_t)1 << 62;
54 int64_t
r = (int64_t)
x;
push_value(vm, make_int(r))
Tagged union representing a Fun 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.
static const char * value_type_name(ValueType t)
Get a human-readable name for a ValueType.