38 static int xml_inited = 0;
50 xmlDocPtr
doc = xmlReadMemory(
text, (
int)strlen(
text), NULL, NULL, XML_PARSE_NONET);
Tagged union representing a Fun value.
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.
static int xml_doc_alloc(xmlDocPtr d)
Allocate a document handle for the given xmlDoc pointer.