mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
create LST ins to support list init
This commit is contained in:
parent
b42c8c1e6a
commit
8e598986cd
@ -278,6 +278,10 @@ exit:
|
|||||||
strsDeinit(&buffs);
|
strsDeinit(&buffs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static Arg* VM_instruction_handler_LST(PikaObj* self, VMState* vs, char* data) {
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
static Arg* VM_instruction_handler_RUN(PikaObj* self, VMState* vs, char* data) {
|
static Arg* VM_instruction_handler_RUN(PikaObj* self, VMState* vs, char* data) {
|
||||||
Args buffs = {0};
|
Args buffs = {0};
|
||||||
Arg* return_arg = NULL;
|
Arg* return_arg = NULL;
|
||||||
|
@ -47,3 +47,4 @@ def_ins(GLB)
|
|||||||
def_ins(RAS)
|
def_ins(RAS)
|
||||||
def_ins(NEW)
|
def_ins(NEW)
|
||||||
def_ins(CLS)
|
def_ins(CLS)
|
||||||
|
def_ins(LST)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user