From 46d64d074f50653b4c1532928c5264b50150b62c Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 28 May 2026 20:51:25 -0700 Subject: yay we already had high-level flow control there so the TODOs are unneeded Force-Push: yes Change-Id: I13d1316d22b52238076d6f17d05062671e4724e4 --- amd64.e | 2 -- output.e | 2 -- 2 files changed, 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. -- cgit 1.4.1