about summary refs log tree commit diff stats
path: root/html/shell/tokenize.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/shell/tokenize.mu.html')
-rw-r--r--html/shell/tokenize.mu.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/html/shell/tokenize.mu.html b/html/shell/tokenize.mu.html
index fc39be2b..f5dd70b5 100644
--- a/html/shell/tokenize.mu.html
+++ b/html/shell/tokenize.mu.html
@@ -1,36 +1,36 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html>
 <html>
 <head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<meta charset="UTF-8">
 <title>Mu - shell/tokenize.mu</title>
-<meta name="Generator" content="Vim/8.1">
-<meta name="plugin-version" content="vim8.1_v1">
+<meta name="Generator" content="Vim/8.2">
+<meta name="plugin-version" content="vim8.1_v2">
 <meta name="syntax" content="none">
-<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
+<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback">
 <meta name="colorscheme" content="minimal-light">
-<style type="text/css">
+<style>
 <!--
 pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
 .PreProc { color: #c000c0; }
+.muRegEbx { color: #5f00ff; }
+.muRegEcx { color: #870000; }
 .muRegEdx { color: #af5f00; }
-.Special { color: #ff6060; }
 .LineNr { }
 .muRegEsi { color: #005faf; }
-.muRegEbx { color: #5f00ff; }
-.Constant { color: #008787; }
 .muRegEdi { color: #00af00; }
-.muRegEcx { color: #870000; }
-.Delimiter { color: #c000c0; }
+.Constant { color: #008787; }
 .muFunction { color: #af5f00; text-decoration: underline; }
 .muTest { color: #5f8700; }
+.Delimiter { color: #c000c0; }
 .muComment { color: #005faf; }
+.Special { color: #ff6060; }
 -->
 </style>
 
-<script type='text/javascript'>
+<script>
 <!--
 
 /* function to open any folds containing a jumped-to line before jumping to it */
@@ -655,7 +655,7 @@ if ('onhashchange' in window) {
 <span id="L591" class="LineNr"> 591 </span>    <span class="Delimiter">}</span>
 <span id="L592" class="LineNr"> 592 </span>    <span class="muComment"># if not digit grapheme, abort</span>
 <span id="L593" class="LineNr"> 593 </span>    <span class="Delimiter">{</span>
-<span id="L594" class="LineNr"> 594 </span>      <span class="PreProc">var</span> digit?/eax: boolean <span class="Special">&lt;-</span> <a href='../126write-int-decimal.subx.html#L296'>decimal-digit?</a> g
+<span id="L594" class="LineNr"> 594 </span>      <span class="PreProc">var</span> digit?/eax: boolean <span class="Special">&lt;-</span> <a href='../126write-int-decimal.subx.html#L327'>decimal-digit?</a> g
 <span id="L595" class="LineNr"> 595 </span>      compare digit?, <span class="Constant">0</span>/false
 <span id="L596" class="LineNr"> 596 </span>      <span class="PreProc">break-if-!=</span>
 <span id="L597" class="LineNr"> 597 </span>      <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;invalid number&quot;</span>
@@ -702,7 +702,7 @@ if ('onhashchange' in window) {
 <span id="L638" class="LineNr"> 638 </span>    <span class="PreProc">var</span> stream/<span class="muRegEsi">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
 <span id="L639" class="LineNr"> 639 </span>    <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; &quot;</span>
 <span id="L640" class="LineNr"> 640 </span>    <a href='../106stream.subx.html#L59'>rewind-stream</a> out-data
-<span id="L641" class="LineNr"> 641 </span>    <a href='../113write-stream.subx.html#L8'>write-stream</a> stream, out-data
+<span id="L641" class="LineNr"> 641 </span>    <a href='../113write-stream.subx.html#L163'>write-stream-immutable</a> stream, out-data
 <span id="L642" class="LineNr"> 642 </span>    trace trace, <span class="Constant">&quot;tokenize&quot;</span>, stream
 <span id="L643" class="LineNr"> 643 </span>  <span class="Delimiter">}</span>
 <span id="L644" class="LineNr"> 644 </span><span class="Delimiter">}</span>
@@ -923,7 +923,7 @@ if ('onhashchange' in window) {
 <span id="L859" class="LineNr"> 859 </span>  <span class="Delimiter">}</span>
 <span id="L860" class="LineNr"> 860 </span>  <span class="Delimiter">{</span>
 <span id="L861" class="LineNr"> 861 </span>    <span class="Delimiter">{</span>
-<span id="L862" class="LineNr"> 862 </span>      <span class="PreProc">var</span> result/eax: boolean <span class="Special">&lt;-</span> <a href='../126write-int-decimal.subx.html#L296'>decimal-digit?</a> g
+<span id="L862" class="LineNr"> 862 </span>      <span class="PreProc">var</span> result/eax: boolean <span class="Special">&lt;-</span> <a href='../126write-int-decimal.subx.html#L327'>decimal-digit?</a> g
 <span id="L863" class="LineNr"> 863 </span>      compare result, <span class="Constant">0</span>/false
 <span id="L864" class="LineNr"> 864 </span>      <span class="PreProc">break-if-!=</span>
 <span id="L865" class="LineNr"> 865 </span>      <span class="PreProc">return</span> <span class="Constant">0</span>/false