From e2f6e9011eb64b9f2372dbed6ed3838ce8e26ec0 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 28 Jul 2021 23:08:07 -0700 Subject: saving definitions containing string literals This was the whole proximal goal in implementing balanced terminals. Printing these is still unreliable. It always surrounds in [], which may not work. --- shell/global.mu | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell') diff --git a/shell/global.mu b/shell/global.mu index f5cb2678..cd5a4244 100644 --- a/shell/global.mu +++ b/shell/global.mu @@ -93,8 +93,6 @@ fn write-globals out: (addr stream byte), _self: (addr global-table) { break-if-= compare *curr-type, 6/keyboard break-if-= - compare *curr-type, 3/stream # not implemented yet - break-if-= write out, " (" var curr-name-ah/eax: (addr handle array byte) <- get curr, name var curr-name/eax: (addr array byte) <- lookup *curr-name-ah -- cgit 1.4.1-2-gfad0