From 16f51dd76d460eaa459cbd7e376cdf8f61a3c068 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 27 Apr 2021 22:14:08 -0700 Subject: . --- shell/tokenize.mu | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'shell/tokenize.mu') diff --git a/shell/tokenize.mu b/shell/tokenize.mu index 6734e13f..387fe617 100644 --- a/shell/tokenize.mu +++ b/shell/tokenize.mu @@ -34,14 +34,7 @@ fn test-tokenize-dotted-list { # in: "(a . b)" var in-storage: gap-buffer var in/esi: (addr gap-buffer) <- address in-storage - initialize-gap-buffer in, 0x10 - add-code-point-at-gap in, 0x28/open-paren - add-code-point-at-gap in, 0x61/a - add-code-point-at-gap in, 0x20/space - add-code-point-at-gap in, 0x2e/dot - add-code-point-at-gap in, 0x20/space - add-code-point-at-gap in, 0x62/b - add-code-point-at-gap in, 0x29/close-paren + initialize-gap-buffer-with in, "(a . b)" # var stream-storage: (stream cell 0x10) var stream/edi: (addr stream cell) <- address stream-storage -- cgit 1.4.1-2-gfad0