Go to the source code of this file.
Functions | |
void _VM_CALL | vm_op_nop (vm_t vm, word_t data) |
do NOTHING. | |
void _VM_CALL | vm_op___addCompileMethod_Label (vm_t vm, word_t data) |
define a new AST compiler vector (data is the offset in current program's code and the vector name is popped from the stack). |