quotation composition
This commit is contained in:
parent
5991d9fef3
commit
cfc45d763a
7 changed files with 87 additions and 8 deletions
|
|
@ -114,6 +114,8 @@ static Z dis_instr(Bc *chunk, Z offset, Dt **dictionary, I indent) {
|
|||
printf("PRIM \"%s\"\n", prim.name);
|
||||
return offset + bytes_read;
|
||||
}
|
||||
SIMPLE(COMPOSE);
|
||||
SIMPLE(CURRY);
|
||||
SIMPLE(RETURN);
|
||||
SIMPLE(CHOOSE);
|
||||
SIMPLE(ADD);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue