push_value(vm, make_nil())
static void sql_reg_del(int id)
Remove a SQLite handle entry from the registry.
static SqlHandle * sql_reg_get(int id)
Look up a registered SQLite handle by id.
Node in a singly-linked list of registered SQLite handles.
Tagged union representing a Fun value.
Value make_nil(void)
Construct a nil Value.
static Value pop_value(VM *vm)
Pop a Value from the VM operand stack.