quotation composition

This commit is contained in:
Lobo 2026-01-23 14:19:47 -03:00
parent 5991d9fef3
commit cfc45d763a
7 changed files with 87 additions and 8 deletions

View file

@ -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);