From 32f197f74465884b429a2fb3be50cc57681c195c Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 5 Jun 2021 22:16:51 -0700 Subject: . --- html/shell/read.mu.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'html/shell/read.mu.html') diff --git a/html/shell/read.mu.html b/html/shell/read.mu.html index ba9473f3..c25ebb64 100644 --- a/html/shell/read.mu.html +++ b/html/shell/read.mu.html @@ -18,6 +18,8 @@ a { color:inherit; } .Special { color: #ff6060; } .LineNr { } .Constant { color: #008787; } +.muRegEax { color: #875f00; } +.muRegEcx { color: #af875f; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } .muComment { color: #005faf; } @@ -60,9 +62,9 @@ if ('onhashchange' in window) { 2 # TODO: we may be able to generate tokens lazily and drop this stream. 3 # Depends on how we implement indent-sensitivity and infix. 4 var tokens-storage: (stream cell 0x400) - 5 var tokens/ecx: (addr stream cell) <- address tokens-storage + 5 var tokens/ecx: (addr stream cell) <- address tokens-storage 6 tokenize in, tokens, trace - 7 var error?/eax: boolean <- has-errors? trace + 7 var error?/eax: boolean <- has-errors? trace 8 compare error?, 0/false 9 { 10 break-if-= -- cgit 1.4.1-2-gfad0