Add double-stack words (2dup, 2drop, 2swap, 2over) and forget

This commit is contained in:
2026-02-02 07:46:39 +01:00
parent 3e8076e416
commit 2af0b67714
6 changed files with 186 additions and 0 deletions

View File

@@ -13,6 +13,11 @@ pub enum Op {
Rot,
Nip,
Tuck,
Dup2,
Drop2,
Swap2,
Over2,
Forget,
Add,
Sub,
Mul,