diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-28 20:51:25 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-28 20:51:25 -0700 |
| commit | 46d64d074f50653b4c1532928c5264b50150b62c (patch) | |
| tree | 44929128b572693938383e93238302df181b1bee | |
| parent | 5e7b34b259ae56513294087426a237e778605f64 (diff) | |
yay we already had high-level flow control there
so the TODOs are unneeded Force-Push: yes Change-Id: I13d1316d22b52238076d6f17d05062671e4724e4
| -rw-r--r-- | amd64.e | 2 | ||||
| -rw-r--r-- | output.e | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/amd64.e b/amd64.e index f755112..3d79f53 100644 --- a/amd64.e +++ b/amd64.e @@ -141,8 +141,6 @@ s" :cc-greater" keyword ~ that scale factor. In the cases where we mean the encoded form, we'll say ~ "encoded value" or "value". ~ -~ TODO surely we can find a way to have real flow-control words - ~ (register -- 3-bit encoded value for register) : reg64 dup :rax = { drop 0 exit } if diff --git a/output.e b/output.e index 9ab3aa1..b7c4dc7 100644 --- a/output.e +++ b/output.e @@ -9,8 +9,6 @@ ~ ~ Unlike Jonesforth, we do not have a global "base" variable, and this word ~ does not change its behavior depending on that value. It's always base ten. -~ -~ TODO surely we can find some way to get high-level flow-control ~ Strings are comparatively easy. |