From 48de43f9ed9622e93a23b3636135e64d47eb7ecf Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Mon, 13 Apr 2026 19:31:59 -0700 Subject: implement all the remaining Forth words that need flatassembler versions wow!!!!! the next step is implementing the Forth lexer. wow! Force-Push: yes Change-Id: If847c1d7b3949f7d449279e0783021484f96e6a8 --- describe-data.sed | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'describe-data.sed') diff --git a/describe-data.sed b/describe-data.sed index 712860f..77f3d8e 100644 --- a/describe-data.sed +++ b/describe-data.sed @@ -13,7 +13,8 @@ s/\/3roll/g s/\/3unroll/g s/\/2dup/g s/\/2drop/g -s/\/0branch/g +s/^zbranch\>/0branch/g +s/\([^"]\)\/\10branch/g s/\/=/g s/\/!=/g s/\/>/g @@ -39,6 +40,8 @@ s/\/value@/g s/\/value!/g s/\/control@/g s/\/control!/g +s/\/entry-flags@/g +s/\/entry-flags!/g s/\/@/g s/\/!/g -- cgit 1.4.1