![]() | Fun 0.41.5 The programming language that makes You have fun |
VM opcode snippet for parsing XML text into a document handle. More...
Go to the source code of this file.
Functions | |
| free_value (drop) | |
| push_value (vm, make_int(0)) | |
Variables | |
| case | OP_XML_PARSE |
| break | |
VM opcode snippet for parsing XML text into a document handle.
This snippet is included by vm.c and implements OP_XML_PARSE.
Opcode: OP_XML_PARSE
Notes
Example // stack: [ "<root/>" ] OP_XML_PARSE // → [ 1 ] (example handle)
Definition in file parse.c.
| free_value | ( | drop | ) |
| push_value | ( | vm | , |
| make_int(0) | ) |