This commit is contained in:
Kartik Agaram 2021-06-05 22:16:51 -07:00
parent 6d67e1bf14
commit 32f197f744
15 changed files with 10292 additions and 9177 deletions

123
html/shell/cell.mu.html generated
View File

@ -17,7 +17,10 @@ a { color:inherit; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.LineNr { }
.muRegEsi { color: #87d787; }
.Constant { color: #008787; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
@ -77,20 +80,20 @@ if ('onhashchange' in window) {
<span id="L19" class="LineNr"> 19 </span><span class="Delimiter">}</span>
<span id="L20" class="LineNr"> 20 </span>
<span id="L21" class="LineNr"> 21 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L21'>allocate-symbol</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
<span id="L22" class="LineNr"> 22 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L22" class="LineNr"> 22 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L23" class="LineNr"> 23 </span> <a href='../120allocate.subx.html#L43'>allocate</a> out
<span id="L24" class="LineNr"> 24 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L25" class="LineNr"> 25 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, <span class="PreProc">type</span>
<span id="L24" class="LineNr"> 24 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L25" class="LineNr"> 25 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, <span class="PreProc">type</span>
<span id="L26" class="LineNr"> 26 </span> copy-to *<span class="PreProc">type</span>, <span class="Constant">2</span>/symbol
<span id="L27" class="LineNr"> 27 </span> <span class="PreProc">var</span> dest-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get out-addr, text-data
<span id="L27" class="LineNr"> 27 </span> <span class="PreProc">var</span> dest-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get out-addr, text-data
<span id="L28" class="LineNr"> 28 </span> populate-stream dest-ah, <span class="Constant">0x40</span>/max-symbol-size
<span id="L29" class="LineNr"> 29 </span><span class="Delimiter">}</span>
<span id="L30" class="LineNr"> 30 </span>
<span id="L31" class="LineNr"> 31 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L31'>initialize-symbol</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>), val: (addr array byte) <span class="Delimiter">{</span>
<span id="L32" class="LineNr"> 32 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L33" class="LineNr"> 33 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L34" class="LineNr"> 34 </span> <span class="PreProc">var</span> dest-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get out-addr, text-data
<span id="L35" class="LineNr"> 35 </span> <span class="PreProc">var</span> dest/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *dest-ah
<span id="L32" class="LineNr"> 32 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L33" class="LineNr"> 33 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L34" class="LineNr"> 34 </span> <span class="PreProc">var</span> dest-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get out-addr, text-data
<span id="L35" class="LineNr"> 35 </span> <span class="PreProc">var</span> dest/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *dest-ah
<span id="L36" class="LineNr"> 36 </span> <a href='../108write.subx.html#L11'>write</a> dest, val
<span id="L37" class="LineNr"> 37 </span><span class="Delimiter">}</span>
<span id="L38" class="LineNr"> 38 </span>
@ -99,42 +102,42 @@ if ('onhashchange' in window) {
<span id="L41" class="LineNr"> 41 </span> <a href='cell.mu.html#L31'>initialize-symbol</a> out, val
<span id="L42" class="LineNr"> 42 </span><span class="Delimiter">}</span>
<span id="L43" class="LineNr"> 43 </span>
<span id="L44" class="LineNr"> 44 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L44'>symbol-equal?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>), name: (addr array byte)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L45" class="LineNr"> 45 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L46" class="LineNr"> 46 </span> <span class="PreProc">var</span> in-type/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get in, <span class="PreProc">type</span>
<span id="L44" class="LineNr"> 44 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L44'>symbol-equal?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>), name: (addr array byte)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L45" class="LineNr"> 45 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L46" class="LineNr"> 46 </span> <span class="PreProc">var</span> in-type/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get in, <span class="PreProc">type</span>
<span id="L47" class="LineNr"> 47 </span> compare *in-type, <span class="Constant">2</span>/symbol
<span id="L48" class="LineNr"> 48 </span> <span class="Delimiter">{</span>
<span id="L49" class="LineNr"> 49 </span> <span class="PreProc">break-if-=</span>
<span id="L50" class="LineNr"> 50 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L51" class="LineNr"> 51 </span> <span class="Delimiter">}</span>
<span id="L52" class="LineNr"> 52 </span> <span class="PreProc">var</span> in-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L53" class="LineNr"> 53 </span> <span class="PreProc">var</span> in-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L54" class="LineNr"> 54 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> in-data, name
<span id="L52" class="LineNr"> 52 </span> <span class="PreProc">var</span> in-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L53" class="LineNr"> 53 </span> <span class="PreProc">var</span> in-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L54" class="LineNr"> 54 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> in-data, name
<span id="L55" class="LineNr"> 55 </span> <span class="PreProc">return</span> result
<span id="L56" class="LineNr"> 56 </span><span class="Delimiter">}</span>
<span id="L57" class="LineNr"> 57 </span>
<span id="L58" class="LineNr"> 58 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L58'>allocate-stream</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
<span id="L59" class="LineNr"> 59 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L59" class="LineNr"> 59 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L60" class="LineNr"> 60 </span> <a href='../120allocate.subx.html#L43'>allocate</a> out
<span id="L61" class="LineNr"> 61 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L62" class="LineNr"> 62 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, <span class="PreProc">type</span>
<span id="L61" class="LineNr"> 61 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L62" class="LineNr"> 62 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, <span class="PreProc">type</span>
<span id="L63" class="LineNr"> 63 </span> copy-to *<span class="PreProc">type</span>, <span class="Constant">3</span>/stream
<span id="L64" class="LineNr"> 64 </span> <span class="PreProc">var</span> dest-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get out-addr, text-data
<span id="L64" class="LineNr"> 64 </span> <span class="PreProc">var</span> dest-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get out-addr, text-data
<span id="L65" class="LineNr"> 65 </span> populate-stream dest-ah, <span class="Constant">0x40</span>/max-stream-size
<span id="L66" class="LineNr"> 66 </span><span class="Delimiter">}</span>
<span id="L67" class="LineNr"> 67 </span>
<span id="L68" class="LineNr"> 68 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L68'>allocate-number</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
<span id="L69" class="LineNr"> 69 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L69" class="LineNr"> 69 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L70" class="LineNr"> 70 </span> <a href='../120allocate.subx.html#L43'>allocate</a> out
<span id="L71" class="LineNr"> 71 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L72" class="LineNr"> 72 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, <span class="PreProc">type</span>
<span id="L71" class="LineNr"> 71 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L72" class="LineNr"> 72 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, <span class="PreProc">type</span>
<span id="L73" class="LineNr"> 73 </span> copy-to *<span class="PreProc">type</span>, <span class="Constant">1</span>/number
<span id="L74" class="LineNr"> 74 </span><span class="Delimiter">}</span>
<span id="L75" class="LineNr"> 75 </span>
<span id="L76" class="LineNr"> 76 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L76'>initialize-integer</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>), n: int <span class="Delimiter">{</span>
<span id="L77" class="LineNr"> 77 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L78" class="LineNr"> 78 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L79" class="LineNr"> 79 </span> <span class="PreProc">var</span> dest-addr/<span class="Constant">eax</span>: (addr float) <span class="Special">&lt;-</span> get out-addr, number-data
<span id="L77" class="LineNr"> 77 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L78" class="LineNr"> 78 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L79" class="LineNr"> 79 </span> <span class="PreProc">var</span> dest-addr/<span class="muRegEax">eax</span>: (addr float) <span class="Special">&lt;-</span> get out-addr, number-data
<span id="L80" class="LineNr"> 80 </span> <span class="PreProc">var</span> src/<span class="Constant">xmm0</span>: float <span class="Special">&lt;-</span> convert n
<span id="L81" class="LineNr"> 81 </span> copy-to *dest-addr, src
<span id="L82" class="LineNr"> 82 </span><span class="Delimiter">}</span>
@ -145,9 +148,9 @@ if ('onhashchange' in window) {
<span id="L87" class="LineNr"> 87 </span><span class="Delimiter">}</span>
<span id="L88" class="LineNr"> 88 </span>
<span id="L89" class="LineNr"> 89 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L89'>initialize-float</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>), n: float <span class="Delimiter">{</span>
<span id="L90" class="LineNr"> 90 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L91" class="LineNr"> 91 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L92" class="LineNr"> 92 </span> <span class="PreProc">var</span> dest-ah/<span class="Constant">eax</span>: (addr float) <span class="Special">&lt;-</span> get out-addr, number-data
<span id="L90" class="LineNr"> 90 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L91" class="LineNr"> 91 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L92" class="LineNr"> 92 </span> <span class="PreProc">var</span> dest-ah/<span class="muRegEax">eax</span>: (addr float) <span class="Special">&lt;-</span> get out-addr, number-data
<span id="L93" class="LineNr"> 93 </span> <span class="PreProc">var</span> src/<span class="Constant">xmm0</span>: float <span class="Special">&lt;-</span> copy n
<span id="L94" class="LineNr"> 94 </span> copy-to *dest-ah, src
<span id="L95" class="LineNr"> 95 </span><span class="Delimiter">}</span>
@ -163,9 +166,9 @@ if ('onhashchange' in window) {
<span id="L105" class="LineNr">105 </span><span class="Delimiter">}</span>
<span id="L106" class="LineNr">106 </span>
<span id="L107" class="LineNr">107 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L107'>initialize-pair</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>), left: (handle <a href='cell.mu.html#L1'>cell</a>), right: (handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
<span id="L108" class="LineNr">108 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L109" class="LineNr">109 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L110" class="LineNr">110 </span> <span class="PreProc">var</span> dest-ah/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, left
<span id="L108" class="LineNr">108 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L109" class="LineNr">109 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L110" class="LineNr">110 </span> <span class="PreProc">var</span> dest-ah/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, left
<span id="L111" class="LineNr">111 </span> <a href='../120allocate.subx.html#L479'>copy-handle</a> left, dest-ah
<span id="L112" class="LineNr">112 </span> dest-ah <span class="Special">&lt;-</span> get out-addr, right
<span id="L113" class="LineNr">113 </span> <a href='../120allocate.subx.html#L479'>copy-handle</a> right, dest-ah
@ -181,18 +184,18 @@ if ('onhashchange' in window) {
<span id="L123" class="LineNr">123 </span><span class="Delimiter">}</span>
<span id="L124" class="LineNr">124 </span>
<span id="L125" class="LineNr">125 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L125'>allocate-primitive-function</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
<span id="L126" class="LineNr">126 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L126" class="LineNr">126 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L127" class="LineNr">127 </span> <a href='../120allocate.subx.html#L43'>allocate</a> out
<span id="L128" class="LineNr">128 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L129" class="LineNr">129 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, <span class="PreProc">type</span>
<span id="L128" class="LineNr">128 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L129" class="LineNr">129 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, <span class="PreProc">type</span>
<span id="L130" class="LineNr">130 </span> copy-to *<span class="PreProc">type</span>, <span class="Constant">4</span>/primitive-function
<span id="L131" class="LineNr">131 </span><span class="Delimiter">}</span>
<span id="L132" class="LineNr">132 </span>
<span id="L133" class="LineNr">133 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L133'>initialize-primitive-function</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>), n: int <span class="Delimiter">{</span>
<span id="L134" class="LineNr">134 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L135" class="LineNr">135 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L136" class="LineNr">136 </span> <span class="PreProc">var</span> dest-addr/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, index-data
<span id="L137" class="LineNr">137 </span> <span class="PreProc">var</span> src/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy n
<span id="L134" class="LineNr">134 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L135" class="LineNr">135 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L136" class="LineNr">136 </span> <span class="PreProc">var</span> dest-addr/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, index-data
<span id="L137" class="LineNr">137 </span> <span class="PreProc">var</span> src/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy n
<span id="L138" class="LineNr">138 </span> copy-to *dest-addr, src
<span id="L139" class="LineNr">139 </span><span class="Delimiter">}</span>
<span id="L140" class="LineNr">140 </span>
@ -202,65 +205,65 @@ if ('onhashchange' in window) {
<span id="L144" class="LineNr">144 </span><span class="Delimiter">}</span>
<span id="L145" class="LineNr">145 </span>
<span id="L146" class="LineNr">146 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L146'>allocate-screen</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
<span id="L147" class="LineNr">147 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L147" class="LineNr">147 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L148" class="LineNr">148 </span> <a href='../120allocate.subx.html#L43'>allocate</a> out
<span id="L149" class="LineNr">149 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L150" class="LineNr">150 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, <span class="PreProc">type</span>
<span id="L149" class="LineNr">149 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L150" class="LineNr">150 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, <span class="PreProc">type</span>
<span id="L151" class="LineNr">151 </span> copy-to *<span class="PreProc">type</span>, <span class="Constant">5</span>/screen
<span id="L152" class="LineNr">152 </span><span class="Delimiter">}</span>
<span id="L153" class="LineNr">153 </span>
<span id="L154" class="LineNr">154 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L154'>new-fake-screen</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>), width: int, height: int, pixel-graphics?: boolean <span class="Delimiter">{</span>
<span id="L155" class="LineNr">155 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L155" class="LineNr">155 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L156" class="LineNr">156 </span> <a href='cell.mu.html#L146'>allocate-screen</a> out
<span id="L157" class="LineNr">157 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L158" class="LineNr">158 </span> <span class="PreProc">var</span> dest-ah/<span class="Constant">eax</span>: (addr handle <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> get out-addr, screen-data
<span id="L157" class="LineNr">157 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L158" class="LineNr">158 </span> <span class="PreProc">var</span> dest-ah/<span class="muRegEax">eax</span>: (addr handle <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> get out-addr, screen-data
<span id="L159" class="LineNr">159 </span> <a href='../120allocate.subx.html#L43'>allocate</a> dest-ah
<span id="L160" class="LineNr">160 </span> <span class="PreProc">var</span> dest-addr/<span class="Constant">eax</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *dest-ah
<span id="L160" class="LineNr">160 </span> <span class="PreProc">var</span> dest-addr/<span class="muRegEax">eax</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *dest-ah
<span id="L161" class="LineNr">161 </span> <a href='../500fake-screen.mu.html#L31'>initialize-screen</a> dest-addr, width, height, pixel-graphics?
<span id="L162" class="LineNr">162 </span><span class="Delimiter">}</span>
<span id="L163" class="LineNr">163 </span>
<span id="L164" class="LineNr">164 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L164'>clear-screen-cell</a></span> _self-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
<span id="L165" class="LineNr">165 </span> <span class="PreProc">var</span> self-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _self-ah
<span id="L166" class="LineNr">166 </span> <span class="PreProc">var</span> self/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *self-ah
<span id="L165" class="LineNr">165 </span> <span class="PreProc">var</span> self-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _self-ah
<span id="L166" class="LineNr">166 </span> <span class="PreProc">var</span> self/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *self-ah
<span id="L167" class="LineNr">167 </span> compare self, <span class="Constant">0</span>
<span id="L168" class="LineNr">168 </span> <span class="Delimiter">{</span>
<span id="L169" class="LineNr">169 </span> <span class="PreProc">break-if-!=</span>
<span id="L170" class="LineNr">170 </span> <span class="PreProc">return</span>
<span id="L171" class="LineNr">171 </span> <span class="Delimiter">}</span>
<span id="L172" class="LineNr">172 </span> <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> get self, screen-data
<span id="L173" class="LineNr">173 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="Constant">eax</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *screen-ah
<span id="L172" class="LineNr">172 </span> <span class="PreProc">var</span> screen-ah/<span class="muRegEax">eax</span>: (addr handle <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> get self, screen-data
<span id="L173" class="LineNr">173 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEax">eax</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *screen-ah
<span id="L174" class="LineNr">174 </span> <a href='../500fake-screen.mu.html#L231'>clear-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L175" class="LineNr">175 </span><span class="Delimiter">}</span>
<span id="L176" class="LineNr">176 </span>
<span id="L177" class="LineNr">177 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L177'>allocate-keyboard</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
<span id="L178" class="LineNr">178 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L178" class="LineNr">178 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L179" class="LineNr">179 </span> <a href='../120allocate.subx.html#L43'>allocate</a> out
<span id="L180" class="LineNr">180 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L181" class="LineNr">181 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, <span class="PreProc">type</span>
<span id="L180" class="LineNr">180 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L181" class="LineNr">181 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get out-addr, <span class="PreProc">type</span>
<span id="L182" class="LineNr">182 </span> copy-to *<span class="PreProc">type</span>, <span class="Constant">6</span>/keyboard
<span id="L183" class="LineNr">183 </span><span class="Delimiter">}</span>
<span id="L184" class="LineNr">184 </span>
<span id="L185" class="LineNr">185 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L185'>new-fake-keyboard</a></span> _out: (addr handle <a href='cell.mu.html#L1'>cell</a>), capacity: int <span class="Delimiter">{</span>
<span id="L186" class="LineNr">186 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L186" class="LineNr">186 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L187" class="LineNr">187 </span> <a href='cell.mu.html#L177'>allocate-keyboard</a> out
<span id="L188" class="LineNr">188 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L189" class="LineNr">189 </span> <span class="PreProc">var</span> dest-ah/<span class="Constant">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get out-addr, keyboard-data
<span id="L188" class="LineNr">188 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L189" class="LineNr">189 </span> <span class="PreProc">var</span> dest-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get out-addr, keyboard-data
<span id="L190" class="LineNr">190 </span> <a href='../120allocate.subx.html#L43'>allocate</a> dest-ah
<span id="L191" class="LineNr">191 </span> <span class="PreProc">var</span> dest-addr/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *dest-ah
<span id="L191" class="LineNr">191 </span> <span class="PreProc">var</span> dest-addr/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *dest-ah
<span id="L192" class="LineNr">192 </span> <a href='gap-buffer.mu.html#L11'>initialize-gap-buffer</a> dest-addr, capacity
<span id="L193" class="LineNr">193 </span><span class="Delimiter">}</span>
<span id="L194" class="LineNr">194 </span>
<span id="L195" class="LineNr">195 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='cell.mu.html#L195'>rewind-keyboard-cell</a></span> _self-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
<span id="L196" class="LineNr">196 </span> <span class="PreProc">var</span> self-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _self-ah
<span id="L197" class="LineNr">197 </span> <span class="PreProc">var</span> self/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *self-ah
<span id="L196" class="LineNr">196 </span> <span class="PreProc">var</span> self-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _self-ah
<span id="L197" class="LineNr">197 </span> <span class="PreProc">var</span> self/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *self-ah
<span id="L198" class="LineNr">198 </span> compare self, <span class="Constant">0</span>
<span id="L199" class="LineNr">199 </span> <span class="Delimiter">{</span>
<span id="L200" class="LineNr">200 </span> <span class="PreProc">break-if-!=</span>
<span id="L201" class="LineNr">201 </span> <span class="PreProc">return</span>
<span id="L202" class="LineNr">202 </span> <span class="Delimiter">}</span>
<span id="L203" class="LineNr">203 </span> <span class="PreProc">var</span> keyboard-ah/<span class="Constant">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get self, keyboard-data
<span id="L204" class="LineNr">204 </span> <span class="PreProc">var</span> keyboard/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *keyboard-ah
<span id="L205" class="LineNr">205 </span> <a href='gap-buffer.mu.html#L749'>rewind-gap-buffer</a> keyboard
<span id="L203" class="LineNr">203 </span> <span class="PreProc">var</span> keyboard-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get self, keyboard-data
<span id="L204" class="LineNr">204 </span> <span class="PreProc">var</span> keyboard/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *keyboard-ah
<span id="L205" class="LineNr">205 </span> <a href='gap-buffer.mu.html#L1012'>rewind-gap-buffer</a> keyboard
<span id="L206" class="LineNr">206 </span><span class="Delimiter">}</span>
</pre>
</body>

492
html/shell/environment.mu.html generated Normal file
View File

@ -0,0 +1,492 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Mu - shell/environment.mu</title>
<meta name="Generator" content="Vim/8.1">
<meta name="plugin-version" content="vim8.1_v1">
<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="colorscheme" content="minimal-dark">
<style type="text/css">
<!--
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #a8a8a8; }
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #a8a8a8; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.LineNr { }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muRegEbx { color: #8787af; }
.muRegEsi { color: #87d787; }
.muRegEdi { color: #87ffd7; }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.PreProc { color: #c000c0; }
.CommentedCode { color: #8a8a8a; }
.muComment { color: #005faf; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.muRegEdx { color: #878700; }
-->
</style>
<script type='text/javascript'>
<!--
/* function to open any folds containing a jumped-to line before jumping to it */
function JumpToLine()
{
var lineNum;
lineNum = window.location.hash;
lineNum = lineNum.substr(1); /* strip off '#' */
if (lineNum.indexOf('L') == -1) {
lineNum = 'L'+lineNum;
}
var lineElem = document.getElementById(lineNum);
/* Always jump to new location even if the line was hidden inside a fold, or
* we corrected the raw number to a line ID.
*/
if (lineElem) {
lineElem.scrollIntoView(true);
}
return true;
}
if ('onhashchange' in window) {
window.onhashchange = JumpToLine;
}
-->
</script>
</head>
<body onload='JumpToLine();'>
<a href='https://github.com/akkartik/mu/blob/main/shell/environment.mu'>https://github.com/akkartik/mu/blob/main/shell/environment.mu</a>
<pre id='vimCodeElement'>
<span id="L1" class="LineNr"> 1 </span><span class="PreProc">type</span> <a href='environment.mu.html#L1'>environment</a> <span class="Delimiter">{</span>
<span id="L2" class="LineNr"> 2 </span> globals: <a href='global.mu.html#L1'>global-table</a>
<span id="L3" class="LineNr"> 3 </span> <a href='sandbox.mu.html#L1'>sandbox</a>: <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L4" class="LineNr"> 4 </span> partial-function-name: (handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>)
<span id="L5" class="LineNr"> 5 </span> cursor-in-globals?: boolean
<span id="L6" class="LineNr"> 6 </span> cursor-in-function-modal?: boolean
<span id="L7" class="LineNr"> 7 </span><span class="Delimiter">}</span>
<span id="L8" class="LineNr"> 8 </span>
<span id="L9" class="LineNr"> 9 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='environment.mu.html#L9'>initialize-environment</a></span> _self: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Delimiter">{</span>
<span id="L10" class="LineNr"> 10 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Special">&lt;-</span> copy _self
<span id="L11" class="LineNr"> 11 </span> <span class="PreProc">var</span> globals/<span class="muRegEax">eax</span>: (addr <a href='global.mu.html#L1'>global-table</a>) <span class="Special">&lt;-</span> get self, globals
<span id="L12" class="LineNr"> 12 </span> <a href='global.mu.html#L13'>initialize-globals</a> globals
<span id="L13" class="LineNr"> 13 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEax">eax</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> get self, <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L14" class="LineNr"> 14 </span> <a href='sandbox.mu.html#L12'>initialize-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">1</span>/with-screen
<span id="L15" class="LineNr"> 15 </span> <span class="PreProc">var</span> partial-function-name-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get self, partial-function-name
<span id="L16" class="LineNr"> 16 </span> <a href='../120allocate.subx.html#L43'>allocate</a> partial-function-name-ah
<span id="L17" class="LineNr"> 17 </span> <span class="PreProc">var</span> partial-function-name/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *partial-function-name-ah
<span id="L18" class="LineNr"> 18 </span> <a href='gap-buffer.mu.html#L11'>initialize-gap-buffer</a> partial-function-name, <span class="Constant">0x40</span>/function-name-capacity
<span id="L19" class="LineNr"> 19 </span><span class="Delimiter">}</span>
<span id="L20" class="LineNr"> 20 </span>
<span id="L21" class="LineNr"> 21 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='environment.mu.html#L21'>render-environment</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), _self: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Delimiter">{</span>
<span id="L22" class="LineNr"> 22 </span> <span class="muComment"># globals layout: 1 char padding, 41 code, 1 padding, 41 code, 1 padding = 85</span>
<span id="L23" class="LineNr"> 23 </span> <span class="muComment"># sandbox layout: 1 padding, 41 code, 1 padding = 43</span>
<span id="L24" class="LineNr"> 24 </span> <span class="muComment"># total = 128 chars</span>
<span id="L25" class="LineNr"> 25 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Special">&lt;-</span> copy _self
<span id="L26" class="LineNr"> 26 </span> <span class="PreProc">var</span> cursor-in-globals-a/<span class="muRegEax">eax</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-globals?
<span id="L27" class="LineNr"> 27 </span> <span class="PreProc">var</span> cursor-in-globals?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> copy *cursor-in-globals-a
<span id="L28" class="LineNr"> 28 </span> <span class="PreProc">var</span> globals/<span class="muRegEcx">ecx</span>: (addr <a href='global.mu.html#L1'>global-table</a>) <span class="Special">&lt;-</span> get self, globals
<span id="L29" class="LineNr"> 29 </span> <a href='global.mu.html#L116'>render-globals</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, globals, cursor-in-globals?
<span id="L30" class="LineNr"> 30 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEdx">edx</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> get self, <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L31" class="LineNr"> 31 </span> <span class="PreProc">var</span> cursor-in-sandbox?/<span class="muRegEbx">ebx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">1</span>/true
<span id="L32" class="LineNr"> 32 </span> cursor-in-sandbox? <span class="Special">&lt;-</span> subtract cursor-in-globals?
<span id="L33" class="LineNr"> 33 </span> <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x55</span>/sandbox-left-margin, <span class="Constant">0</span>/sandbox-top-margin, <span class="Constant">0x80</span>/screen-width, <span class="Constant">0x2f</span>/screen-height-without-menu, cursor-in-sandbox?
<span id="L34" class="LineNr"> 34 </span> <span class="muComment"># modal if necessary</span>
<span id="L35" class="LineNr"> 35 </span> <span class="Delimiter">{</span>
<span id="L36" class="LineNr"> 36 </span> <span class="PreProc">var</span> cursor-in-function-modal-a/<span class="muRegEax">eax</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-function-modal?
<span id="L37" class="LineNr"> 37 </span> compare *cursor-in-function-modal-a, <span class="Constant">0</span>/false
<span id="L38" class="LineNr"> 38 </span> <span class="PreProc">break-if-=</span>
<span id="L39" class="LineNr"> 39 </span> <a href='environment.mu.html#L248'>render-function-modal</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, self
<span id="L40" class="LineNr"> 40 </span> <a href='environment.mu.html#L300'>render-function-modal-menu</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, self
<span id="L41" class="LineNr"> 41 </span> <span class="PreProc">return</span>
<span id="L42" class="LineNr"> 42 </span> <span class="Delimiter">}</span>
<span id="L43" class="LineNr"> 43 </span> <span class="muComment"># render menu</span>
<span id="L44" class="LineNr"> 44 </span> <span class="Delimiter">{</span>
<span id="L45" class="LineNr"> 45 </span> <span class="PreProc">var</span> cursor-in-globals?/<span class="muRegEax">eax</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-globals?
<span id="L46" class="LineNr"> 46 </span> compare *cursor-in-globals?, <span class="Constant">0</span>/false
<span id="L47" class="LineNr"> 47 </span> <span class="PreProc">break-if-=</span>
<span id="L48" class="LineNr"> 48 </span> <a href='global.mu.html#L194'>render-globals-menu</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, globals
<span id="L49" class="LineNr"> 49 </span> <span class="PreProc">return</span>
<span id="L50" class="LineNr"> 50 </span> <span class="Delimiter">}</span>
<span id="L51" class="LineNr"> 51 </span> <a href='sandbox.mu.html#L130'>render-sandbox-menu</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L52" class="LineNr"> 52 </span><span class="Delimiter">}</span>
<span id="L53" class="LineNr"> 53 </span>
<span id="L54" class="LineNr"> 54 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='environment.mu.html#L54'>edit-environment</a></span> _self: (addr <a href='environment.mu.html#L1'>environment</a>), key: grapheme, data-disk: (addr disk) <span class="Delimiter">{</span>
<span id="L55" class="LineNr"> 55 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Special">&lt;-</span> copy _self
<span id="L56" class="LineNr"> 56 </span> <span class="PreProc">var</span> globals/<span class="muRegEdi">edi</span>: (addr <a href='global.mu.html#L1'>global-table</a>) <span class="Special">&lt;-</span> get self, globals
<span id="L57" class="LineNr"> 57 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEcx">ecx</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> get self, <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L58" class="LineNr"> 58 </span> <span class="muComment"># ctrl-r</span>
<span id="L59" class="LineNr"> 59 </span> <span class="muComment"># Assumption: 'real-screen' and 'real-keyboard' are 0</span>
<span id="L60" class="LineNr"> 60 </span> <span class="Delimiter">{</span>
<span id="L61" class="LineNr"> 61 </span> compare key, <span class="Constant">0x12</span>/ctrl-r
<span id="L62" class="LineNr"> 62 </span> <span class="PreProc">break-if-!=</span>
<span id="L63" class="LineNr"> 63 </span> <span class="PreProc">var</span> tmp/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L64" class="LineNr"> 64 </span> <span class="PreProc">var</span> <a href='cell.mu.html#L121'>nil</a>: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L65" class="LineNr"> 65 </span> tmp <span class="Special">&lt;-</span> address <a href='cell.mu.html#L121'>nil</a>
<span id="L66" class="LineNr"> 66 </span> <a href='cell.mu.html#L102'>allocate-pair</a> tmp
<span id="L67" class="LineNr"> 67 </span> <span class="muComment"># (main real-screen real-keyboard)</span>
<span id="L68" class="LineNr"> 68 </span> <span class="PreProc">var</span> real-keyboard: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L69" class="LineNr"> 69 </span> tmp <span class="Special">&lt;-</span> address real-keyboard
<span id="L70" class="LineNr"> 70 </span> <a href='cell.mu.html#L177'>allocate-keyboard</a> tmp
<span id="L71" class="LineNr"> 71 </span> <span class="muComment"># args = cons(real-keyboard, nil)</span>
<span id="L72" class="LineNr"> 72 </span> <span class="PreProc">var</span> args: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L73" class="LineNr"> 73 </span> tmp <span class="Special">&lt;-</span> address args
<span id="L74" class="LineNr"> 74 </span> <a href='cell.mu.html#L116'>new-pair</a> tmp, real-keyboard, <a href='cell.mu.html#L121'>nil</a>
<span id="L75" class="LineNr"> 75 </span> <span class="muComment">#</span>
<span id="L76" class="LineNr"> 76 </span> <span class="PreProc">var</span> real-screen: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L77" class="LineNr"> 77 </span> tmp <span class="Special">&lt;-</span> address real-screen
<span id="L78" class="LineNr"> 78 </span> <a href='cell.mu.html#L146'>allocate-screen</a> tmp
<span id="L79" class="LineNr"> 79 </span> <span class="muComment"># args = cons(real-screen, args)</span>
<span id="L80" class="LineNr"> 80 </span> tmp <span class="Special">&lt;-</span> address args
<span id="L81" class="LineNr"> 81 </span> <a href='cell.mu.html#L116'>new-pair</a> tmp, real-screen, *tmp
<span id="L82" class="LineNr"> 82 </span> <span class="muComment">#</span>
<span id="L83" class="LineNr"> 83 </span> <span class="PreProc">var</span> <a href='main.mu.html#L4'>main</a>: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L84" class="LineNr"> 84 </span> tmp <span class="Special">&lt;-</span> address <a href='main.mu.html#L4'>main</a>
<span id="L85" class="LineNr"> 85 </span> <a href='cell.mu.html#L39'>new-symbol</a> tmp, <span class="Constant">&quot;main&quot;</span>
<span id="L86" class="LineNr"> 86 </span> <span class="muComment"># args = cons(main, args)</span>
<span id="L87" class="LineNr"> 87 </span> tmp <span class="Special">&lt;-</span> address args
<span id="L88" class="LineNr"> 88 </span> <a href='cell.mu.html#L116'>new-pair</a> tmp, <a href='main.mu.html#L4'>main</a>, *tmp
<span id="L89" class="LineNr"> 89 </span> <span class="muComment"># clear real screen</span>
<span id="L90" class="LineNr"> 90 </span> <a href='../500fake-screen.mu.html#L231'>clear-screen</a> <span class="Constant">0</span>/screen
<span id="L91" class="LineNr"> 91 </span> <a href='../500fake-screen.mu.html#L170'>set-cursor-position</a> <span class="Constant">0</span>/screen, <span class="Constant">0</span>, <span class="Constant">0</span>
<span id="L92" class="LineNr"> 92 </span> <span class="muComment"># run</span>
<span id="L93" class="LineNr"> 93 </span> <span class="PreProc">var</span> out: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L94" class="LineNr"> 94 </span> <span class="PreProc">var</span> out-ah/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address out
<span id="L95" class="LineNr"> 95 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L96" class="LineNr"> 96 </span> <span class="PreProc">var</span> trace/<span class="muRegEbx">ebx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L97" class="LineNr"> 97 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L98" class="LineNr"> 98 </span> <a href='evaluate.mu.html#L8'>evaluate</a> tmp, out-ah, <a href='cell.mu.html#L121'>nil</a>, globals, trace, <span class="Constant">0</span>/no-fake-screen, <span class="Constant">0</span>/no-fake-keyboard, <span class="Constant">0</span>/call-number
<span id="L99" class="LineNr"> 99 </span> <span class="muComment"># wait for a keypress</span>
<span id="L100" class="LineNr">100 </span> <span class="Delimiter">{</span>
<span id="L101" class="LineNr">101 </span> <span class="PreProc">var</span> tmp/<span class="muRegEax">eax</span>: byte <span class="Special">&lt;-</span> <a href='../102keyboard.subx.html#L21'>read-key</a> <span class="Constant">0</span>/keyboard
<span id="L102" class="LineNr">102 </span> compare tmp, <span class="Constant">0</span>
<span id="L103" class="LineNr">103 </span> <span class="PreProc">loop-if-=</span>
<span id="L104" class="LineNr">104 </span> <span class="Delimiter">}</span>
<span id="L105" class="LineNr">105 </span> <span class="muComment">#</span>
<span id="L106" class="LineNr">106 </span> <span class="PreProc">return</span>
<span id="L107" class="LineNr">107 </span> <span class="Delimiter">}</span>
<span id="L108" class="LineNr">108 </span> <span class="muComment"># ctrl-s: send multiple places</span>
<span id="L109" class="LineNr">109 </span> <span class="Delimiter">{</span>
<span id="L110" class="LineNr">110 </span> compare key, <span class="Constant">0x13</span>/ctrl-s
<span id="L111" class="LineNr">111 </span> <span class="PreProc">break-if-!=</span>
<span id="L112" class="LineNr">112 </span> <span class="Delimiter">{</span>
<span id="L113" class="LineNr">113 </span> <span class="muComment"># cursor in function modal? do nothing</span>
<span id="L114" class="LineNr">114 </span> <span class="PreProc">var</span> cursor-in-function-modal-a/<span class="muRegEax">eax</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-function-modal?
<span id="L115" class="LineNr">115 </span> compare *cursor-in-function-modal-a, <span class="Constant">0</span>/false
<span id="L116" class="LineNr">116 </span> <span class="PreProc">break-if-!=</span>
<span id="L117" class="LineNr">117 </span> <span class="Delimiter">{</span>
<span id="L118" class="LineNr">118 </span> <span class="muComment"># cursor in globals? update current definition</span>
<span id="L119" class="LineNr">119 </span> <span class="PreProc">var</span> cursor-in-globals-a/<span class="muRegEdx">edx</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-globals?
<span id="L120" class="LineNr">120 </span> compare *cursor-in-globals-a, <span class="Constant">0</span>/false
<span id="L121" class="LineNr">121 </span> <span class="PreProc">break-if-=</span>
<span id="L122" class="LineNr">122 </span> <a href='global.mu.html#L221'>edit-globals</a> globals, key
<span id="L123" class="LineNr">123 </span> <span class="Delimiter">}</span>
<span id="L124" class="LineNr">124 </span> <span class="muComment"># update sandbox whether the cursor is in globals or sandbox</span>
<span id="L125" class="LineNr">125 </span> <a href='sandbox.mu.html#L473'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, key, globals, data-disk, <span class="Constant">1</span>/tweak-real-screen
<span id="L126" class="LineNr">126 </span> <span class="Delimiter">}</span>
<span id="L127" class="LineNr">127 </span> <span class="PreProc">return</span>
<span id="L128" class="LineNr">128 </span> <span class="Delimiter">}</span>
<span id="L129" class="LineNr">129 </span> <span class="muComment"># ctrl-g: go to a function (or the repl)</span>
<span id="L130" class="LineNr">130 </span> <span class="Delimiter">{</span>
<span id="L131" class="LineNr">131 </span> compare key, <span class="Constant">7</span>/ctrl-g
<span id="L132" class="LineNr">132 </span> <span class="PreProc">break-if-!=</span>
<span id="L133" class="LineNr">133 </span> <span class="PreProc">var</span> cursor-in-function-modal-a/<span class="muRegEax">eax</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-function-modal?
<span id="L134" class="LineNr">134 </span> compare *cursor-in-function-modal-a, <span class="Constant">0</span>/false
<span id="L135" class="LineNr">135 </span> <span class="PreProc">break-if-!=</span>
<span id="L136" class="LineNr">136 </span> <span class="muComment"># look for a word to prepopulate the modal</span>
<span id="L137" class="LineNr">137 </span> <span class="PreProc">var</span> current-word-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L138" class="LineNr">138 </span> <span class="PreProc">var</span> current-word/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address current-word-storage
<span id="L139" class="LineNr">139 </span> <a href='environment.mu.html#L215'>word-at-cursor</a> self, current-word
<span id="L140" class="LineNr">140 </span> <span class="PreProc">var</span> partial-function-name-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get self, partial-function-name
<span id="L141" class="LineNr">141 </span> <span class="PreProc">var</span> partial-function-name/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *partial-function-name-ah
<span id="L142" class="LineNr">142 </span> <a href='gap-buffer.mu.html#L19'>clear-gap-buffer</a> partial-function-name
<span id="L143" class="LineNr">143 </span> <a href='gap-buffer.mu.html#L68'>load-gap-buffer-from-stream</a> partial-function-name, current-word
<span id="L144" class="LineNr">144 </span> <span class="muComment"># enable the modal</span>
<span id="L145" class="LineNr">145 </span> <span class="PreProc">var</span> cursor-in-function-modal-a/<span class="muRegEax">eax</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-function-modal?
<span id="L146" class="LineNr">146 </span> copy-to *cursor-in-function-modal-a, <span class="Constant">1</span>/true
<span id="L147" class="LineNr">147 </span> <span class="PreProc">return</span>
<span id="L148" class="LineNr">148 </span> <span class="Delimiter">}</span>
<span id="L149" class="LineNr">149 </span> <span class="muComment"># dispatch to function modal if necessary</span>
<span id="L150" class="LineNr">150 </span> <span class="Delimiter">{</span>
<span id="L151" class="LineNr">151 </span> <span class="PreProc">var</span> cursor-in-function-modal-a/<span class="muRegEax">eax</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-function-modal?
<span id="L152" class="LineNr">152 </span> compare *cursor-in-function-modal-a, <span class="Constant">0</span>/false
<span id="L153" class="LineNr">153 </span> <span class="PreProc">break-if-=</span>
<span id="L154" class="LineNr">154 </span> <span class="muComment"># nested events for modal dialog</span>
<span id="L155" class="LineNr">155 </span> <span class="muComment"># ignore spaces</span>
<span id="L156" class="LineNr">156 </span> <span class="Delimiter">{</span>
<span id="L157" class="LineNr">157 </span> compare key, <span class="Constant">0x20</span>/space
<span id="L158" class="LineNr">158 </span> <span class="PreProc">break-if-!=</span>
<span id="L159" class="LineNr">159 </span> <span class="PreProc">return</span>
<span id="L160" class="LineNr">160 </span> <span class="Delimiter">}</span>
<span id="L161" class="LineNr">161 </span> <span class="muComment"># esc = exit modal dialog</span>
<span id="L162" class="LineNr">162 </span> <span class="Delimiter">{</span>
<span id="L163" class="LineNr">163 </span> compare key, <span class="Constant">0x1b</span>/escape
<span id="L164" class="LineNr">164 </span> <span class="PreProc">break-if-!=</span>
<span id="L165" class="LineNr">165 </span> <span class="PreProc">var</span> cursor-in-function-modal-a/<span class="muRegEax">eax</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-function-modal?
<span id="L166" class="LineNr">166 </span> copy-to *cursor-in-function-modal-a, <span class="Constant">0</span>/false
<span id="L167" class="LineNr">167 </span> <span class="PreProc">return</span>
<span id="L168" class="LineNr">168 </span> <span class="Delimiter">}</span>
<span id="L169" class="LineNr">169 </span> <span class="muComment"># enter = switch to function name and exit modal dialog</span>
<span id="L170" class="LineNr">170 </span> <span class="Delimiter">{</span>
<span id="L171" class="LineNr">171 </span> compare key, <span class="Constant">0xa</span>/newline
<span id="L172" class="LineNr">172 </span> <span class="PreProc">break-if-!=</span>
<span id="L173" class="LineNr">173 </span> <span class="PreProc">var</span> cursor-in-globals-a/<span class="muRegEdx">edx</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-globals?
<span id="L174" class="LineNr">174 </span> copy-to *cursor-in-globals-a, <span class="Constant">1</span>/true
<span id="L175" class="LineNr">175 </span> <span class="PreProc">var</span> partial-function-name-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get self, partial-function-name
<span id="L176" class="LineNr">176 </span> <span class="PreProc">var</span> partial-function-name/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *partial-function-name-ah
<span id="L177" class="LineNr">177 </span> <span class="Delimiter">{</span>
<span id="L178" class="LineNr">178 </span> <span class="Delimiter">{</span>
<span id="L179" class="LineNr">179 </span> <span class="PreProc">var</span> empty?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L27'>gap-buffer-empty?</a> partial-function-name
<span id="L180" class="LineNr">180 </span> compare empty?, <span class="Constant">0</span>/false
<span id="L181" class="LineNr">181 </span> <span class="Delimiter">}</span>
<span id="L182" class="LineNr">182 </span> <span class="PreProc">break-if-!=</span>
<span id="L183" class="LineNr">183 </span> <a href='global.mu.html#L581'>set-global-cursor-index</a> globals, partial-function-name
<span id="L184" class="LineNr">184 </span> <span class="Delimiter">}</span>
<span id="L185" class="LineNr">185 </span> <span class="PreProc">var</span> cursor-in-globals-a/<span class="muRegEcx">ecx</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-globals?
<span id="L186" class="LineNr">186 </span> copy-to *cursor-in-globals-a, <span class="Constant">1</span>/true
<span id="L187" class="LineNr">187 </span> <span class="Delimiter">{</span>
<span id="L188" class="LineNr">188 </span> <span class="PreProc">var</span> empty?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L27'>gap-buffer-empty?</a> partial-function-name
<span id="L189" class="LineNr">189 </span> compare empty?, <span class="Constant">0</span>/false
<span id="L190" class="LineNr">190 </span> <span class="PreProc">break-if-=</span>
<span id="L191" class="LineNr">191 </span> copy-to *cursor-in-globals-a, <span class="Constant">0</span>/false
<span id="L192" class="LineNr">192 </span> <span class="Delimiter">}</span>
<span id="L193" class="LineNr">193 </span> <a href='gap-buffer.mu.html#L19'>clear-gap-buffer</a> partial-function-name
<span id="L194" class="LineNr">194 </span> <span class="PreProc">var</span> cursor-in-function-modal-a/<span class="muRegEax">eax</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-function-modal?
<span id="L195" class="LineNr">195 </span> copy-to *cursor-in-function-modal-a, <span class="Constant">0</span>/false
<span id="L196" class="LineNr">196 </span> <span class="PreProc">return</span>
<span id="L197" class="LineNr">197 </span> <span class="Delimiter">}</span>
<span id="L198" class="LineNr">198 </span> <span class="muComment"># otherwise process like a regular gap-buffer</span>
<span id="L199" class="LineNr">199 </span> <span class="PreProc">var</span> partial-function-name-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get self, partial-function-name
<span id="L200" class="LineNr">200 </span> <span class="PreProc">var</span> partial-function-name/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *partial-function-name-ah
<span id="L201" class="LineNr">201 </span> <a href='gap-buffer.mu.html#L1184'>edit-gap-buffer</a> partial-function-name, key
<span id="L202" class="LineNr">202 </span> <span class="PreProc">return</span>
<span id="L203" class="LineNr">203 </span> <span class="Delimiter">}</span>
<span id="L204" class="LineNr">204 </span> <span class="muComment"># dispatch the key to either sandbox or globals</span>
<span id="L205" class="LineNr">205 </span> <span class="Delimiter">{</span>
<span id="L206" class="LineNr">206 </span> <span class="PreProc">var</span> cursor-in-globals-a/<span class="muRegEax">eax</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-globals?
<span id="L207" class="LineNr">207 </span> compare *cursor-in-globals-a, <span class="Constant">0</span>/false
<span id="L208" class="LineNr">208 </span> <span class="PreProc">break-if-=</span>
<span id="L209" class="LineNr">209 </span> <a href='global.mu.html#L221'>edit-globals</a> globals, key
<span id="L210" class="LineNr">210 </span> <span class="PreProc">return</span>
<span id="L211" class="LineNr">211 </span> <span class="Delimiter">}</span>
<span id="L212" class="LineNr">212 </span> <a href='sandbox.mu.html#L473'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, key, globals, data-disk, <span class="Constant">1</span>/tweak-real-screen
<span id="L213" class="LineNr">213 </span><span class="Delimiter">}</span>
<span id="L214" class="LineNr">214 </span>
<span id="L215" class="LineNr">215 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='environment.mu.html#L215'>word-at-cursor</a></span> _self: (addr <a href='environment.mu.html#L1'>environment</a>), out: (addr stream byte) <span class="Delimiter">{</span>
<span id="L216" class="LineNr">216 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Special">&lt;-</span> copy _self
<span id="L217" class="LineNr">217 </span> <span class="PreProc">var</span> cursor-in-function-modal-a/<span class="muRegEax">eax</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-function-modal?
<span id="L218" class="LineNr">218 </span> compare *cursor-in-function-modal-a, <span class="Constant">0</span>/false
<span id="L219" class="LineNr">219 </span> <span class="Delimiter">{</span>
<span id="L220" class="LineNr">220 </span> <span class="PreProc">break-if-=</span>
<span id="L221" class="LineNr">221 </span> <span class="muComment"># cursor in function modal</span>
<span id="L222" class="LineNr">222 </span> <span class="PreProc">return</span>
<span id="L223" class="LineNr">223 </span> <span class="Delimiter">}</span>
<span id="L224" class="LineNr">224 </span> <span class="PreProc">var</span> cursor-in-globals-a/<span class="muRegEdx">edx</span>: (addr boolean) <span class="Special">&lt;-</span> get self, cursor-in-globals?
<span id="L225" class="LineNr">225 </span> compare *cursor-in-globals-a, <span class="Constant">0</span>/false
<span id="L226" class="LineNr">226 </span> <span class="Delimiter">{</span>
<span id="L227" class="LineNr">227 </span> <span class="PreProc">break-if-=</span>
<span id="L228" class="LineNr">228 </span> <span class="muComment"># cursor in some function editor</span>
<span id="L229" class="LineNr">229 </span> <span class="PreProc">var</span> globals/<span class="muRegEax">eax</span>: (addr <a href='global.mu.html#L1'>global-table</a>) <span class="Special">&lt;-</span> get self, globals
<span id="L230" class="LineNr">230 </span> <span class="PreProc">var</span> cursor-index-addr/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get globals, cursor-index
<span id="L231" class="LineNr">231 </span> <span class="PreProc">var</span> cursor-index/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy *cursor-index-addr
<span id="L232" class="LineNr">232 </span> <span class="PreProc">var</span> globals-data-ah/<span class="muRegEax">eax</span>: (addr handle array <a href='global.mu.html#L7'>global</a>) <span class="Special">&lt;-</span> get globals, data
<span id="L233" class="LineNr">233 </span> <span class="PreProc">var</span> globals-data/<span class="muRegEax">eax</span>: (addr array <a href='global.mu.html#L7'>global</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *globals-data-ah
<span id="L234" class="LineNr">234 </span> <span class="PreProc">var</span> cursor-offset/<span class="muRegEcx">ecx</span>: (offset <a href='global.mu.html#L7'>global</a>) <span class="Special">&lt;-</span> compute-offset globals-data, cursor-index
<span id="L235" class="LineNr">235 </span> <span class="PreProc">var</span> curr-global/<span class="muRegEax">eax</span>: (addr <a href='global.mu.html#L7'>global</a>) <span class="Special">&lt;-</span> index globals-data, cursor-offset
<span id="L236" class="LineNr">236 </span> <span class="PreProc">var</span> curr-global-data-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get curr-global, input
<span id="L237" class="LineNr">237 </span> <span class="PreProc">var</span> curr-global-data/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr-global-data-ah
<span id="L238" class="LineNr">238 </span> <a href='gap-buffer.mu.html#L133'>word-at-gap</a> curr-global-data, out
<span id="L239" class="LineNr">239 </span> <span class="PreProc">return</span>
<span id="L240" class="LineNr">240 </span> <span class="Delimiter">}</span>
<span id="L241" class="LineNr">241 </span> <span class="muComment"># cursor in sandbox</span>
<span id="L242" class="LineNr">242 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEcx">ecx</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> get self, <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L243" class="LineNr">243 </span> <span class="PreProc">var</span> sandbox-data-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L244" class="LineNr">244 </span> <span class="PreProc">var</span> sandbox-data/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *sandbox-data-ah
<span id="L245" class="LineNr">245 </span> <a href='gap-buffer.mu.html#L133'>word-at-gap</a> sandbox-data, out
<span id="L246" class="LineNr">246 </span><span class="Delimiter">}</span>
<span id="L247" class="LineNr">247 </span>
<span id="L248" class="LineNr">248 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='environment.mu.html#L248'>render-function-modal</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), _self: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Delimiter">{</span>
<span id="L249" class="LineNr">249 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Special">&lt;-</span> copy _self
<span id="L250" class="LineNr">250 </span> <span class="PreProc">var</span> width/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L251" class="LineNr">251 </span> <span class="PreProc">var</span> height/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L252" class="LineNr">252 </span> width, height <span class="Special">&lt;-</span> <a href='../500fake-screen.mu.html#L70'>screen-size</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L253" class="LineNr">253 </span> <span class="muComment"># xmin = max(0, width/2 - 0x20)</span>
<span id="L254" class="LineNr">254 </span> <span class="PreProc">var</span> xmin: int
<span id="L255" class="LineNr">255 </span> <span class="PreProc">var</span> tmp/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> copy width
<span id="L256" class="LineNr">256 </span> tmp <span class="Special">&lt;-</span> shift-right <span class="Constant">1</span>
<span id="L257" class="LineNr">257 </span> tmp <span class="Special">&lt;-</span> subtract <span class="Constant">0x20</span>/half-function-name-capacity
<span id="L258" class="LineNr">258 </span> <span class="Delimiter">{</span>
<span id="L259" class="LineNr">259 </span> compare tmp, <span class="Constant">0</span>
<span id="L260" class="LineNr">260 </span> <span class="PreProc">break-if-&gt;=</span>
<span id="L261" class="LineNr">261 </span> tmp <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L262" class="LineNr">262 </span> <span class="Delimiter">}</span>
<span id="L263" class="LineNr">263 </span> copy-to xmin, tmp
<span id="L264" class="LineNr">264 </span> <span class="muComment"># xmax = min(width, width/2 + 0x20)</span>
<span id="L265" class="LineNr">265 </span> <span class="PreProc">var</span> xmax: int
<span id="L266" class="LineNr">266 </span> tmp <span class="Special">&lt;-</span> copy width
<span id="L267" class="LineNr">267 </span> tmp <span class="Special">&lt;-</span> shift-right <span class="Constant">1</span>
<span id="L268" class="LineNr">268 </span> tmp <span class="Special">&lt;-</span> add <span class="Constant">0x20</span>/half-function-name-capacity
<span id="L269" class="LineNr">269 </span> <span class="Delimiter">{</span>
<span id="L270" class="LineNr">270 </span> compare tmp, width
<span id="L271" class="LineNr">271 </span> <span class="PreProc">break-if-&lt;=</span>
<span id="L272" class="LineNr">272 </span> tmp <span class="Special">&lt;-</span> copy width
<span id="L273" class="LineNr">273 </span> <span class="Delimiter">}</span>
<span id="L274" class="LineNr">274 </span> copy-to xmax, tmp
<span id="L275" class="LineNr">275 </span> <span class="muComment"># ymin = height/2 - 2</span>
<span id="L276" class="LineNr">276 </span> <span class="PreProc">var</span> ymin: int
<span id="L277" class="LineNr">277 </span> tmp <span class="Special">&lt;-</span> copy height
<span id="L278" class="LineNr">278 </span> tmp <span class="Special">&lt;-</span> shift-right <span class="Constant">1</span>
<span id="L279" class="LineNr">279 </span> tmp <span class="Special">&lt;-</span> subtract <span class="Constant">2</span>
<span id="L280" class="LineNr">280 </span> copy-to ymin, tmp
<span id="L281" class="LineNr">281 </span> <span class="muComment"># ymax = height/2 + 1</span>
<span id="L282" class="LineNr">282 </span> <span class="PreProc">var</span> ymax: int
<span id="L283" class="LineNr">283 </span> tmp <span class="Special">&lt;-</span> add <span class="Constant">3</span>
<span id="L284" class="LineNr">284 </span> copy-to ymax, tmp
<span id="L285" class="LineNr">285 </span> <span class="muComment">#</span>
<span id="L286" class="LineNr">286 </span> <a href='../500fake-screen.mu.html#L333'>clear-rect</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, xmin, ymin, xmax, ymax, <span class="Constant">0xf</span>/bg=modal
<span id="L287" class="LineNr">287 </span> add-to xmin, <span class="Constant">4</span>
<span id="L288" class="LineNr">288 </span> <a href='../500fake-screen.mu.html#L170'>set-cursor-position</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, xmin, ymin
<span id="L289" class="LineNr">289 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot;go to function (or leave blank to go to REPL)&quot;</span>, xmax, <span class="Constant">8</span>/fg=dark-grey, <span class="Constant">0xf</span>/bg=modal
<span id="L290" class="LineNr">290 </span> <span class="PreProc">var</span> partial-function-name-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get self, partial-function-name
<span id="L291" class="LineNr">291 </span> <span class="PreProc">var</span> _partial-function-name/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *partial-function-name-ah
<span id="L292" class="LineNr">292 </span> <span class="PreProc">var</span> partial-function-name/<span class="muRegEdx">edx</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> copy _partial-function-name
<span id="L293" class="LineNr">293 </span> subtract-from xmin, <span class="Constant">4</span>
<span id="L294" class="LineNr">294 </span> add-to ymin <span class="Constant">2</span>
<span id="L295" class="LineNr">295 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L296" class="LineNr">296 </span> <span class="PreProc">var</span> dummy2/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L297" class="LineNr">297 </span> dummy, dummy2 <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L386'>render-gap-buffer-wrapping-right-then-down</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, partial-function-name, xmin, ymin, xmax, ymax, <span class="Constant">1</span>/always-render-cursor, <span class="Constant">0</span>/fg=black, <span class="Constant">0xf</span>/bg=modal
<span id="L298" class="LineNr">298 </span><span class="Delimiter">}</span>
<span id="L299" class="LineNr">299 </span>
<span id="L300" class="LineNr">300 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='environment.mu.html#L300'>render-function-modal-menu</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), _self: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Delimiter">{</span>
<span id="L301" class="LineNr">301 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Special">&lt;-</span> copy _self
<span id="L302" class="LineNr">302 </span> <span class="PreProc">var</span> _width/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L303" class="LineNr">303 </span> <span class="PreProc">var</span> height/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L304" class="LineNr">304 </span> _width, height <span class="Special">&lt;-</span> <a href='../500fake-screen.mu.html#L70'>screen-size</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L305" class="LineNr">305 </span> <span class="PreProc">var</span> width/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> copy _width
<span id="L306" class="LineNr">306 </span> <span class="PreProc">var</span> y/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy height
<span id="L307" class="LineNr">307 </span> y <span class="Special">&lt;-</span> decrement
<span id="L308" class="LineNr">308 </span> <span class="PreProc">var</span> height/<span class="muRegEbx">ebx</span>: int <span class="Special">&lt;-</span> copy y
<span id="L309" class="LineNr">309 </span> height <span class="Special">&lt;-</span> increment
<span id="L310" class="LineNr">310 </span> <a href='../500fake-screen.mu.html#L333'>clear-rect</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0</span>/x, y, width, height, <span class="Constant">0xc5</span>/bg=blue-bg
<span id="L311" class="LineNr">311 </span> <a href='../500fake-screen.mu.html#L170'>set-cursor-position</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0</span>/x, y
<span id="L312" class="LineNr">312 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; ^r &quot;</span>, width, <span class="Constant">0</span>/fg, <span class="Constant">0x5c</span>/bg=menu-highlight
<span id="L313" class="LineNr">313 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; <a href='sandbox.mu.html#L645'>run</a> <a href='main.mu.html#L4'>main</a> &quot;</span>, width, <span class="Constant">7</span>/fg, <span class="Constant">0xc5</span>/bg=blue-bg
<span id="L314" class="LineNr">314 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; enter &quot;</span>, width, <span class="Constant">0</span>/fg, <span class="Constant">0x5c</span>/bg=menu-highlight
<span id="L315" class="LineNr">315 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; submit &quot;</span>, width, <span class="Constant">7</span>/fg, <span class="Constant">0xc5</span>/bg=blue-bg
<span id="L316" class="LineNr">316 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; esc &quot;</span>, width, <span class="Constant">0</span>/fg, <span class="Constant">0x5c</span>/bg=menu-highlight
<span id="L317" class="LineNr">317 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; cancel &quot;</span>, width, <span class="Constant">7</span>/fg, <span class="Constant">0xc5</span>/bg=blue-bg
<span id="L318" class="LineNr">318 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; ^a &quot;</span>, width, <span class="Constant">0</span>/fg, <span class="Constant">0x5c</span>/bg=menu-highlight
<span id="L319" class="LineNr">319 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; &lt;&lt; &quot;</span>, width, <span class="Constant">7</span>/fg, <span class="Constant">0xc5</span>/bg=blue-bg
<span id="L320" class="LineNr">320 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; ^b &quot;</span>, width, <span class="Constant">0</span>/fg, <span class="Constant">0x5c</span>/bg=menu-highlight
<span id="L321" class="LineNr">321 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; &lt;word &quot;</span>, width, <span class="Constant">7</span>/fg, <span class="Constant">0xc5</span>/bg=blue-bg
<span id="L322" class="LineNr">322 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; ^f &quot;</span>, width, <span class="Constant">0</span>/fg, <span class="Constant">0x5c</span>/bg=menu-highlight
<span id="L323" class="LineNr">323 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; word&gt; &quot;</span>, width, <span class="Constant">7</span>/fg, <span class="Constant">0xc5</span>/bg=blue-bg
<span id="L324" class="LineNr">324 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; ^e &quot;</span>, width, <span class="Constant">0</span>/fg, <span class="Constant">0x5c</span>/bg=menu-highlight
<span id="L325" class="LineNr">325 </span> <a href='../501draw-text.mu.html#L133'>draw-text-rightward-from-cursor</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">&quot; &gt;&gt; &quot;</span>, width, <span class="Constant">7</span>/fg, <span class="Constant">0xc5</span>/bg=blue-bg
<span id="L326" class="LineNr">326 </span><span class="Delimiter">}</span>
<span id="L327" class="LineNr">327 </span>
<span id="L328" class="LineNr">328 </span><span class="muComment"># Gotcha: some saved state may not load.</span>
<span id="L329" class="LineNr">329 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='environment.mu.html#L329'>load-state</a></span> _self: (addr <a href='environment.mu.html#L1'>environment</a>), data-disk: (addr disk) <span class="Delimiter">{</span>
<span id="L330" class="LineNr">330 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Special">&lt;-</span> copy _self
<span id="L331" class="LineNr">331 </span> <span class="muComment"># data-disk -&gt; stream</span>
<span id="L332" class="LineNr">332 </span> <span class="PreProc">var</span> s-storage: (stream byte <span class="Constant">0x1000</span>) <span class="muComment"># space for 8/sectors</span>
<span id="L333" class="LineNr">333 </span> <span class="PreProc">var</span> s/<span class="muRegEbx">ebx</span>: (addr stream byte) <span class="Special">&lt;-</span> address s-storage
<span id="L334" class="LineNr">334 </span> <a href='../501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;loading sectors from data disk&quot;</span>, <span class="Constant">3</span>/fg, <span class="Constant">0</span>/bg
<span id="L335" class="LineNr">335 </span> <a href='../501draw-text.mu.html#L65'>move-cursor-to-left-margin-of-next-line</a> <span class="Constant">0</span>/screen
<span id="L336" class="LineNr">336 </span> <a href='../boot.subx.html#L960'>load-sectors</a> data-disk, <span class="Constant">0</span>/lba, <span class="Constant">8</span>/sectors, s
<span id="L337" class="LineNr">337 </span><span class="CommentedCode">#? draw-stream-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, s, 7/fg, 0xc5/bg=blue-bg</span>
<span id="L338" class="LineNr">338 </span> <span class="muComment"># stream -&gt; gap-buffer (HACK: we temporarily cannibalize the sandbox's gap-buffer)</span>
<span id="L339" class="LineNr">339 </span> <a href='../501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;parsing&quot;</span>, <span class="Constant">3</span>/fg, <span class="Constant">0</span>/bg
<span id="L340" class="LineNr">340 </span> <a href='../501draw-text.mu.html#L65'>move-cursor-to-left-margin-of-next-line</a> <span class="Constant">0</span>/screen
<span id="L341" class="LineNr">341 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEax">eax</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> get self, <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L342" class="LineNr">342 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L343" class="LineNr">343 </span> <span class="PreProc">var</span> data/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L344" class="LineNr">344 </span> <a href='gap-buffer.mu.html#L68'>load-gap-buffer-from-stream</a> data, s
<span id="L345" class="LineNr">345 </span> <a href='../501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot; into gap buffer&quot;</span>, <span class="Constant">3</span>/fg, <span class="Constant">0</span>/bg
<span id="L346" class="LineNr">346 </span> <a href='../501draw-text.mu.html#L65'>move-cursor-to-left-margin-of-next-line</a> <span class="Constant">0</span>/screen
<span id="L347" class="LineNr">347 </span> <a href='../106stream.subx.html#L20'>clear-stream</a> s
<span id="L348" class="LineNr">348 </span> <span class="muComment"># read: gap-buffer -&gt; cell</span>
<span id="L349" class="LineNr">349 </span> <span class="PreProc">var</span> initial-root-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L350" class="LineNr">350 </span> <span class="PreProc">var</span> initial-root/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address initial-root-storage
<span id="L351" class="LineNr">351 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L352" class="LineNr">352 </span> <span class="PreProc">var</span> trace/<span class="muRegEdi">edi</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L353" class="LineNr">353 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L354" class="LineNr">354 </span> <a href='read.mu.html#L1'>read-cell</a> data, initial-root, trace
<span id="L355" class="LineNr">355 </span> <a href='../501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot; into s-expressions&quot;</span>, <span class="Constant">3</span>/fg, <span class="Constant">0</span>/bg
<span id="L356" class="LineNr">356 </span> <a href='../501draw-text.mu.html#L65'>move-cursor-to-left-margin-of-next-line</a> <span class="Constant">0</span>/screen
<span id="L357" class="LineNr">357 </span> <a href='gap-buffer.mu.html#L19'>clear-gap-buffer</a> data
<span id="L358" class="LineNr">358 </span> <span class="muComment">#</span>
<span id="L359" class="LineNr">359 </span> <span class="Delimiter">{</span>
<span id="L360" class="LineNr">360 </span> <span class="PreProc">var</span> initial-root-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *initial-root
<span id="L361" class="LineNr">361 </span> compare initial-root-addr, <span class="Constant">0</span>
<span id="L362" class="LineNr">362 </span> <span class="PreProc">break-if-!=</span>
<span id="L363" class="LineNr">363 </span> <span class="PreProc">return</span>
<span id="L364" class="LineNr">364 </span> <span class="Delimiter">}</span>
<span id="L365" class="LineNr">365 </span> <span class="muComment"># load globals from assoc(initial-root, 'globals)</span>
<span id="L366" class="LineNr">366 </span> <span class="PreProc">var</span> globals-literal-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L367" class="LineNr">367 </span> <span class="PreProc">var</span> globals-literal-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address globals-literal-storage
<span id="L368" class="LineNr">368 </span> <a href='cell.mu.html#L39'>new-symbol</a> globals-literal-ah, <span class="Constant">&quot;globals&quot;</span>
<span id="L369" class="LineNr">369 </span> <span class="PreProc">var</span> globals-literal/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *globals-literal-ah
<span id="L370" class="LineNr">370 </span> <span class="PreProc">var</span> globals-cell-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L371" class="LineNr">371 </span> <span class="PreProc">var</span> globals-cell-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address globals-cell-storage
<span id="L372" class="LineNr">372 </span> <a href='trace.mu.html#L80'>clear-trace</a> trace
<span id="L373" class="LineNr">373 </span> <a href='evaluate.mu.html#L821'>lookup-symbol</a> globals-literal, globals-cell-ah, *initial-root, <span class="Constant">0</span>/no-globals, trace, <span class="Constant">0</span>/no-screen, <span class="Constant">0</span>/no-keyboard
<span id="L374" class="LineNr">374 </span> <span class="PreProc">var</span> globals-cell/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *globals-cell-ah
<span id="L375" class="LineNr">375 </span> <span class="Delimiter">{</span>
<span id="L376" class="LineNr">376 </span> compare globals-cell, <span class="Constant">0</span>
<span id="L377" class="LineNr">377 </span> <span class="PreProc">break-if-=</span>
<span id="L378" class="LineNr">378 </span> <span class="PreProc">var</span> globals/<span class="muRegEax">eax</span>: (addr <a href='global.mu.html#L1'>global-table</a>) <span class="Special">&lt;-</span> get self, globals
<span id="L379" class="LineNr">379 </span> <a href='global.mu.html#L26'>load-globals</a> globals-cell-ah, globals
<span id="L380" class="LineNr">380 </span> <span class="Delimiter">}</span>
<span id="L381" class="LineNr">381 </span> <span class="muComment"># sandbox = assoc(initial-root, 'sandbox)</span>
<span id="L382" class="LineNr">382 </span> <a href='../501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;loading sandbox&quot;</span>, <span class="Constant">3</span>/fg, <span class="Constant">0</span>/bg
<span id="L383" class="LineNr">383 </span> <span class="PreProc">var</span> sandbox-literal-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L384" class="LineNr">384 </span> <span class="PreProc">var</span> sandbox-literal-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address sandbox-literal-storage
<span id="L385" class="LineNr">385 </span> <a href='cell.mu.html#L39'>new-symbol</a> sandbox-literal-ah, <span class="Constant">&quot;sandbox&quot;</span>
<span id="L386" class="LineNr">386 </span> <span class="PreProc">var</span> sandbox-literal/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *sandbox-literal-ah
<span id="L387" class="LineNr">387 </span> <span class="PreProc">var</span> sandbox-cell-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L388" class="LineNr">388 </span> <span class="PreProc">var</span> sandbox-cell-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address sandbox-cell-storage
<span id="L389" class="LineNr">389 </span> <a href='trace.mu.html#L80'>clear-trace</a> trace
<span id="L390" class="LineNr">390 </span> <a href='evaluate.mu.html#L821'>lookup-symbol</a> sandbox-literal, sandbox-cell-ah, *initial-root, <span class="Constant">0</span>/no-globals, trace, <span class="Constant">0</span>/no-screen, <span class="Constant">0</span>/no-keyboard
<span id="L391" class="LineNr">391 </span> <span class="PreProc">var</span> sandbox-cell/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *sandbox-cell-ah
<span id="L392" class="LineNr">392 </span> <span class="Delimiter">{</span>
<span id="L393" class="LineNr">393 </span> compare sandbox-cell, <span class="Constant">0</span>
<span id="L394" class="LineNr">394 </span> <span class="PreProc">break-if-=</span>
<span id="L395" class="LineNr">395 </span> <span class="muComment"># print: cell -&gt; stream</span>
<span id="L396" class="LineNr">396 </span> <a href='trace.mu.html#L80'>clear-trace</a> trace
<span id="L397" class="LineNr">397 </span> <a href='print.mu.html#L7'>print-cell</a> sandbox-cell-ah, s, trace
<span id="L398" class="LineNr">398 </span> <span class="muComment"># stream -&gt; gap-buffer</span>
<span id="L399" class="LineNr">399 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEax">eax</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> get self, <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L400" class="LineNr">400 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L401" class="LineNr">401 </span> <span class="PreProc">var</span> data/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L402" class="LineNr">402 </span> <a href='gap-buffer.mu.html#L68'>load-gap-buffer-from-stream</a> data, s
<span id="L403" class="LineNr">403 </span> <span class="Delimiter">}</span>
<span id="L404" class="LineNr">404 </span><span class="Delimiter">}</span>
<span id="L405" class="LineNr">405 </span>
<span id="L406" class="LineNr">406 </span><span class="muComment"># Save state as an alist of alists:</span>
<span id="L407" class="LineNr">407 </span><span class="muComment"># ((globals . ((a . (fn ...))</span>
<span id="L408" class="LineNr">408 </span><span class="muComment"># ...))</span>
<span id="L409" class="LineNr">409 </span><span class="muComment"># (sandbox . ...))</span>
<span id="L410" class="LineNr">410 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='environment.mu.html#L410'>store-state</a></span> data-disk: (addr disk), <a href='sandbox.mu.html#L1'>sandbox</a>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>), globals: (addr <a href='global.mu.html#L1'>global-table</a>) <span class="Delimiter">{</span>
<span id="L411" class="LineNr">411 </span> compare data-disk, <span class="Constant">0</span>/no-disk
<span id="L412" class="LineNr">412 </span> <span class="Delimiter">{</span>
<span id="L413" class="LineNr">413 </span> <span class="PreProc">break-if-!=</span>
<span id="L414" class="LineNr">414 </span> <span class="PreProc">return</span>
<span id="L415" class="LineNr">415 </span> <span class="Delimiter">}</span>
<span id="L416" class="LineNr">416 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x1000</span>) <span class="muComment"># space enough for 8/sectors</span>
<span id="L417" class="LineNr">417 </span> <span class="PreProc">var</span> stream/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L418" class="LineNr">418 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;(\n&quot;</span>
<span id="L419" class="LineNr">419 </span> <a href='global.mu.html#L69'>write-globals</a> stream, globals
<span id="L420" class="LineNr">420 </span> <a href='sandbox.mu.html#L64'>write-sandbox</a> stream, <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L421" class="LineNr">421 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;)\n&quot;</span>
<span id="L422" class="LineNr">422 </span> <a href='../boot.subx.html#L1023'>store-sectors</a> data-disk, <span class="Constant">0</span>/lba, <span class="Constant">8</span>/sectors, stream
<span id="L423" class="LineNr">423 </span><span class="Delimiter">}</span>
</pre>
</body>
</html>
<!-- vim: set foldmethod=manual : -->

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2683
html/shell/global.mu.html generated

File diff suppressed because it is too large Load Diff

View File

@ -14,14 +14,20 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #a8a8a8; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.LineNr { }
.Constant { color: #008787; }
.Delimiter { color: #c000c0; }
.muRegEbx { color: #8787af; }
.muRegEsi { color: #87d787; }
.muRegEdi { color: #87ffd7; }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.PreProc { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muTest { color: #5f8700; }
.muComment { color: #005faf; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.muRegEdx { color: #878700; }
-->
</style>
@ -65,22 +71,22 @@ if ('onhashchange' in window) {
<span id="L6" class="LineNr"> 6 </span><span class="Delimiter">}</span>
<span id="L7" class="LineNr"> 7 </span>
<span id="L8" class="LineNr"> 8 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L8'>initialize-grapheme-stack</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), n: int <span class="Delimiter">{</span>
<span id="L9" class="LineNr"> 9 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L10" class="LineNr"> 10 </span> <span class="PreProc">var</span> d/<span class="Constant">edi</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L9" class="LineNr"> 9 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L10" class="LineNr"> 10 </span> <span class="PreProc">var</span> d/<span class="muRegEdi">edi</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L11" class="LineNr"> 11 </span> populate d, n
<span id="L12" class="LineNr"> 12 </span> <span class="PreProc">var</span> top/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L12" class="LineNr"> 12 </span> <span class="PreProc">var</span> top/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L13" class="LineNr"> 13 </span> copy-to *top, <span class="Constant">0</span>
<span id="L14" class="LineNr"> 14 </span><span class="Delimiter">}</span>
<span id="L15" class="LineNr"> 15 </span>
<span id="L16" class="LineNr"> 16 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L16'>clear-grapheme-stack</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Delimiter">{</span>
<span id="L17" class="LineNr"> 17 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L18" class="LineNr"> 18 </span> <span class="PreProc">var</span> top/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L17" class="LineNr"> 17 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L18" class="LineNr"> 18 </span> <span class="PreProc">var</span> top/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L19" class="LineNr"> 19 </span> copy-to *top, <span class="Constant">0</span>
<span id="L20" class="LineNr"> 20 </span><span class="Delimiter">}</span>
<span id="L21" class="LineNr"> 21 </span>
<span id="L22" class="LineNr"> 22 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L22'>grapheme-stack-empty?</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L23" class="LineNr"> 23 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L24" class="LineNr"> 24 </span> <span class="PreProc">var</span> top/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L22" class="LineNr"> 22 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L22'>grapheme-stack-empty?</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L23" class="LineNr"> 23 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L24" class="LineNr"> 24 </span> <span class="PreProc">var</span> top/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L25" class="LineNr"> 25 </span> compare *top, <span class="Constant">0</span>
<span id="L26" class="LineNr"> 26 </span> <span class="Delimiter">{</span>
<span id="L27" class="LineNr"> 27 </span> <span class="PreProc">break-if-!=</span>
@ -89,51 +95,51 @@ if ('onhashchange' in window) {
<span id="L30" class="LineNr"> 30 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L31" class="LineNr"> 31 </span><span class="Delimiter">}</span>
<span id="L32" class="LineNr"> 32 </span>
<span id="L33" class="LineNr"> 33 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L33'>grapheme-stack-length</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: int <span class="Delimiter">{</span>
<span id="L34" class="LineNr"> 34 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L35" class="LineNr"> 35 </span> <span class="PreProc">var</span> top/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L33" class="LineNr"> 33 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L33'>grapheme-stack-length</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: int <span class="Delimiter">{</span>
<span id="L34" class="LineNr"> 34 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L35" class="LineNr"> 35 </span> <span class="PreProc">var</span> top/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L36" class="LineNr"> 36 </span> <span class="PreProc">return</span> *top
<span id="L37" class="LineNr"> 37 </span><span class="Delimiter">}</span>
<span id="L38" class="LineNr"> 38 </span>
<span id="L39" class="LineNr"> 39 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), _val: grapheme <span class="Delimiter">{</span>
<span id="L40" class="LineNr"> 40 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L41" class="LineNr"> 41 </span> <span class="PreProc">var</span> top-addr/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L42" class="LineNr"> 42 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">edx</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L43" class="LineNr"> 43 </span> <span class="PreProc">var</span> data/<span class="Constant">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L44" class="LineNr"> 44 </span> <span class="PreProc">var</span> top/<span class="Constant">edx</span>: int <span class="Special">&lt;-</span> copy *top-addr
<span id="L45" class="LineNr"> 45 </span> <span class="PreProc">var</span> dest-addr/<span class="Constant">edx</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, top
<span id="L46" class="LineNr"> 46 </span> <span class="PreProc">var</span> val/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> copy _val
<span id="L40" class="LineNr"> 40 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L41" class="LineNr"> 41 </span> <span class="PreProc">var</span> top-addr/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L42" class="LineNr"> 42 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEdx">edx</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L43" class="LineNr"> 43 </span> <span class="PreProc">var</span> data/<span class="muRegEax">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L44" class="LineNr"> 44 </span> <span class="PreProc">var</span> top/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> copy *top-addr
<span id="L45" class="LineNr"> 45 </span> <span class="PreProc">var</span> dest-addr/<span class="muRegEdx">edx</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, top
<span id="L46" class="LineNr"> 46 </span> <span class="PreProc">var</span> val/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> copy _val
<span id="L47" class="LineNr"> 47 </span> copy-to *dest-addr, val
<span id="L48" class="LineNr"> 48 </span> add-to *top-addr, <span class="Constant">1</span>
<span id="L49" class="LineNr"> 49 </span><span class="Delimiter">}</span>
<span id="L50" class="LineNr"> 50 </span>
<span id="L51" class="LineNr"> 51 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L51'>pop-grapheme-stack</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: grapheme <span class="Delimiter">{</span>
<span id="L52" class="LineNr"> 52 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L53" class="LineNr"> 53 </span> <span class="PreProc">var</span> top-addr/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L51" class="LineNr"> 51 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L51'>pop-grapheme-stack</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: grapheme <span class="Delimiter">{</span>
<span id="L52" class="LineNr"> 52 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L53" class="LineNr"> 53 </span> <span class="PreProc">var</span> top-addr/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L54" class="LineNr"> 54 </span> <span class="Delimiter">{</span>
<span id="L55" class="LineNr"> 55 </span> compare *top-addr, <span class="Constant">0</span>
<span id="L56" class="LineNr"> 56 </span> <span class="PreProc">break-if-&gt;</span>
<span id="L57" class="LineNr"> 57 </span> <span class="PreProc">return</span> <span class="Constant">-1</span>
<span id="L58" class="LineNr"> 58 </span> <span class="Delimiter">}</span>
<span id="L59" class="LineNr"> 59 </span> subtract-from *top-addr, <span class="Constant">1</span>
<span id="L60" class="LineNr"> 60 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">edx</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L61" class="LineNr"> 61 </span> <span class="PreProc">var</span> data/<span class="Constant">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L62" class="LineNr"> 62 </span> <span class="PreProc">var</span> top/<span class="Constant">edx</span>: int <span class="Special">&lt;-</span> copy *top-addr
<span id="L63" class="LineNr"> 63 </span> <span class="PreProc">var</span> result-addr/<span class="Constant">eax</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, top
<span id="L60" class="LineNr"> 60 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEdx">edx</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L61" class="LineNr"> 61 </span> <span class="PreProc">var</span> data/<span class="muRegEax">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L62" class="LineNr"> 62 </span> <span class="PreProc">var</span> top/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> copy *top-addr
<span id="L63" class="LineNr"> 63 </span> <span class="PreProc">var</span> result-addr/<span class="muRegEax">eax</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, top
<span id="L64" class="LineNr"> 64 </span> <span class="PreProc">return</span> *result-addr
<span id="L65" class="LineNr"> 65 </span><span class="Delimiter">}</span>
<span id="L66" class="LineNr"> 66 </span>
<span id="L67" class="LineNr"> 67 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L67'>copy-grapheme-stack</a></span> _src: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), dest: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Delimiter">{</span>
<span id="L68" class="LineNr"> 68 </span> <span class="PreProc">var</span> src/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _src
<span id="L69" class="LineNr"> 69 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">edi</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get src, data
<span id="L70" class="LineNr"> 70 </span> <span class="PreProc">var</span> _data/<span class="Constant">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L71" class="LineNr"> 71 </span> <span class="PreProc">var</span> data/<span class="Constant">edi</span>: (addr array grapheme) <span class="Special">&lt;-</span> copy _data
<span id="L72" class="LineNr"> 72 </span> <span class="PreProc">var</span> top-addr/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get src, top
<span id="L73" class="LineNr"> 73 </span> <span class="PreProc">var</span> i/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L68" class="LineNr"> 68 </span> <span class="PreProc">var</span> src/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _src
<span id="L69" class="LineNr"> 69 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEdi">edi</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get src, data
<span id="L70" class="LineNr"> 70 </span> <span class="PreProc">var</span> _data/<span class="muRegEax">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L71" class="LineNr"> 71 </span> <span class="PreProc">var</span> data/<span class="muRegEdi">edi</span>: (addr array grapheme) <span class="Special">&lt;-</span> copy _data
<span id="L72" class="LineNr"> 72 </span> <span class="PreProc">var</span> top-addr/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get src, top
<span id="L73" class="LineNr"> 73 </span> <span class="PreProc">var</span> i/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L74" class="LineNr"> 74 </span> <span class="Delimiter">{</span>
<span id="L75" class="LineNr"> 75 </span> compare i, *top-addr
<span id="L76" class="LineNr"> 76 </span> <span class="PreProc">break-if-&gt;=</span>
<span id="L77" class="LineNr"> 77 </span> <span class="PreProc">var</span> g/<span class="Constant">edx</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L77" class="LineNr"> 77 </span> <span class="PreProc">var</span> g/<span class="muRegEdx">edx</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L78" class="LineNr"> 78 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> dest, *g
<span id="L79" class="LineNr"> 79 </span> i <span class="Special">&lt;-</span> increment
<span id="L80" class="LineNr"> 80 </span> <span class="PreProc">loop</span>
@ -143,24 +149,24 @@ if ('onhashchange' in window) {
<span id="L84" class="LineNr"> 84 </span><span class="muComment"># dump stack to screen from bottom to top</span>
<span id="L85" class="LineNr"> 85 </span><span class="muComment"># hardcoded colors:</span>
<span id="L86" class="LineNr"> 86 </span><span class="muComment"># matching paren</span>
<span id="L87" class="LineNr"> 87 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L87'>render-stack-from-bottom-wrapping-right-then-down</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), xmin: int, ymin: int, xmax: int, ymax: int, _x: int, _y: int, <a href='gap-buffer.mu.html#L677'>highlight-matching-open-paren?</a>: boolean, open-paren-depth: int, color: int, background-color: int<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: int, _/<span class="Constant">ecx</span>: int <span class="Delimiter">{</span>
<span id="L88" class="LineNr"> 88 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L89" class="LineNr"> 89 </span> <span class="PreProc">var</span> matching-open-paren-index/<span class="Constant">edx</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L434'>get-matching-open-paren-index</a> self, <a href='gap-buffer.mu.html#L677'>highlight-matching-open-paren?</a>, open-paren-depth
<span id="L90" class="LineNr"> 90 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">edi</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L91" class="LineNr"> 91 </span> <span class="PreProc">var</span> _data/<span class="Constant">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L92" class="LineNr"> 92 </span> <span class="PreProc">var</span> data/<span class="Constant">edi</span>: (addr array grapheme) <span class="Special">&lt;-</span> copy _data
<span id="L93" class="LineNr"> 93 </span> <span class="PreProc">var</span> x/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy _x
<span id="L94" class="LineNr"> 94 </span> <span class="PreProc">var</span> y/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy _y
<span id="L95" class="LineNr"> 95 </span> <span class="PreProc">var</span> top-addr/<span class="Constant">esi</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L96" class="LineNr"> 96 </span> <span class="PreProc">var</span> i/<span class="Constant">ebx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L87" class="LineNr"> 87 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L87'>render-stack-from-bottom-wrapping-right-then-down</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), xmin: int, ymin: int, xmax: int, ymax: int, _x: int, _y: int, <a href='gap-buffer.mu.html#L940'>highlight-matching-open-paren?</a>: boolean, open-paren-depth: int, color: int, background-color: int<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: int, _/<span class="muRegEcx">ecx</span>: int <span class="Delimiter">{</span>
<span id="L88" class="LineNr"> 88 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L89" class="LineNr"> 89 </span> <span class="PreProc">var</span> matching-open-paren-index/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L434'>get-matching-open-paren-index</a> self, <a href='gap-buffer.mu.html#L940'>highlight-matching-open-paren?</a>, open-paren-depth
<span id="L90" class="LineNr"> 90 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEdi">edi</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L91" class="LineNr"> 91 </span> <span class="PreProc">var</span> _data/<span class="muRegEax">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L92" class="LineNr"> 92 </span> <span class="PreProc">var</span> data/<span class="muRegEdi">edi</span>: (addr array grapheme) <span class="Special">&lt;-</span> copy _data
<span id="L93" class="LineNr"> 93 </span> <span class="PreProc">var</span> x/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy _x
<span id="L94" class="LineNr"> 94 </span> <span class="PreProc">var</span> y/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy _y
<span id="L95" class="LineNr"> 95 </span> <span class="PreProc">var</span> top-addr/<span class="muRegEsi">esi</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L96" class="LineNr"> 96 </span> <span class="PreProc">var</span> i/<span class="muRegEbx">ebx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L97" class="LineNr"> 97 </span> <span class="Delimiter">{</span>
<span id="L98" class="LineNr"> 98 </span> compare i, *top-addr
<span id="L99" class="LineNr"> 99 </span> <span class="PreProc">break-if-&gt;=</span>
<span id="L100" class="LineNr">100 </span> <span class="Delimiter">{</span>
<span id="L101" class="LineNr">101 </span> <span class="PreProc">var</span> g/<span class="Constant">esi</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L101" class="LineNr">101 </span> <span class="PreProc">var</span> g/<span class="muRegEsi">esi</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L102" class="LineNr">102 </span> <span class="PreProc">var</span> fg: int
<span id="L103" class="LineNr">103 </span> <span class="Delimiter">{</span>
<span id="L104" class="LineNr">104 </span> <span class="PreProc">var</span> tmp/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy color
<span id="L104" class="LineNr">104 </span> <span class="PreProc">var</span> tmp/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy color
<span id="L105" class="LineNr">105 </span> copy-to fg, tmp
<span id="L106" class="LineNr">106 </span> <span class="Delimiter">}</span>
<span id="L107" class="LineNr">107 </span> <span class="Delimiter">{</span>
@ -177,15 +183,15 @@ if ('onhashchange' in window) {
<span id="L118" class="LineNr">118 </span><span class="Delimiter">}</span>
<span id="L119" class="LineNr">119 </span>
<span id="L120" class="LineNr">120 </span><span class="muComment"># helper for small words</span>
<span id="L121" class="LineNr">121 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L121'>render-stack-from-bottom</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), x: int, y: int, <a href='gap-buffer.mu.html#L677'>highlight-matching-open-paren?</a>: boolean, open-paren-depth: int<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: int <span class="Delimiter">{</span>
<span id="L122" class="LineNr">122 </span> <span class="PreProc">var</span> _width/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L123" class="LineNr">123 </span> <span class="PreProc">var</span> _height/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L121" class="LineNr">121 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L121'>render-stack-from-bottom</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), x: int, y: int, <a href='gap-buffer.mu.html#L940'>highlight-matching-open-paren?</a>: boolean, open-paren-depth: int<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: int <span class="Delimiter">{</span>
<span id="L122" class="LineNr">122 </span> <span class="PreProc">var</span> _width/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L123" class="LineNr">123 </span> <span class="PreProc">var</span> _height/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L124" class="LineNr">124 </span> _width, _height <span class="Special">&lt;-</span> <a href='../500fake-screen.mu.html#L70'>screen-size</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L125" class="LineNr">125 </span> <span class="PreProc">var</span> width/<span class="Constant">edx</span>: int <span class="Special">&lt;-</span> copy _width
<span id="L126" class="LineNr">126 </span> <span class="PreProc">var</span> height/<span class="Constant">ebx</span>: int <span class="Special">&lt;-</span> copy _height
<span id="L127" class="LineNr">127 </span> <span class="PreProc">var</span> x2/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L128" class="LineNr">128 </span> <span class="PreProc">var</span> y2/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L129" class="LineNr">129 </span> x2, y2 <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L87'>render-stack-from-bottom-wrapping-right-then-down</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, self, x, y, width, height, x, y, <a href='gap-buffer.mu.html#L677'>highlight-matching-open-paren?</a>, open-paren-depth, <span class="Constant">3</span>/fg=cyan, <span class="Constant">0xc5</span>/bg=blue-bg
<span id="L125" class="LineNr">125 </span> <span class="PreProc">var</span> width/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> copy _width
<span id="L126" class="LineNr">126 </span> <span class="PreProc">var</span> height/<span class="muRegEbx">ebx</span>: int <span class="Special">&lt;-</span> copy _height
<span id="L127" class="LineNr">127 </span> <span class="PreProc">var</span> x2/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L128" class="LineNr">128 </span> <span class="PreProc">var</span> y2/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L129" class="LineNr">129 </span> x2, y2 <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L87'>render-stack-from-bottom-wrapping-right-then-down</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, self, x, y, width, height, x, y, <a href='gap-buffer.mu.html#L940'>highlight-matching-open-paren?</a>, open-paren-depth, <span class="Constant">3</span>/fg=cyan, <span class="Constant">0xc5</span>/bg=blue-bg
<span id="L130" class="LineNr">130 </span> <span class="PreProc">return</span> x2 <span class="muComment"># y2? yolo</span>
<span id="L131" class="LineNr">131 </span><span class="Delimiter">}</span>
<span id="L132" class="LineNr">132 </span>
@ -194,16 +200,16 @@ if ('onhashchange' in window) {
<span id="L135" class="LineNr">135 </span><span class="muComment"># hard-coded colors:</span>
<span id="L136" class="LineNr">136 </span><span class="muComment"># matching paren</span>
<span id="L137" class="LineNr">137 </span><span class="muComment"># cursor</span>
<span id="L138" class="LineNr">138 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L138'>render-stack-from-top-wrapping-right-then-down</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), xmin: int, ymin: int, xmax: int, ymax: int, _x: int, _y: int, render-cursor?: boolean, color: int, background-color: int<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: int, _/<span class="Constant">ecx</span>: int <span class="Delimiter">{</span>
<span id="L139" class="LineNr">139 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L140" class="LineNr">140 </span> <span class="PreProc">var</span> matching-close-paren-index/<span class="Constant">edx</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L378'>get-matching-close-paren-index</a> self, render-cursor?
<span id="L141" class="LineNr">141 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">eax</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L142" class="LineNr">142 </span> <span class="PreProc">var</span> _data/<span class="Constant">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L143" class="LineNr">143 </span> <span class="PreProc">var</span> data/<span class="Constant">edi</span>: (addr array grapheme) <span class="Special">&lt;-</span> copy _data
<span id="L144" class="LineNr">144 </span> <span class="PreProc">var</span> x/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy _x
<span id="L145" class="LineNr">145 </span> <span class="PreProc">var</span> y/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy _y
<span id="L146" class="LineNr">146 </span> <span class="PreProc">var</span> top-addr/<span class="Constant">ebx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L147" class="LineNr">147 </span> <span class="PreProc">var</span> i/<span class="Constant">ebx</span>: int <span class="Special">&lt;-</span> copy *top-addr
<span id="L138" class="LineNr">138 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L138'>render-stack-from-top-wrapping-right-then-down</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), xmin: int, ymin: int, xmax: int, ymax: int, _x: int, _y: int, render-cursor?: boolean, color: int, background-color: int<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: int, _/<span class="muRegEcx">ecx</span>: int <span class="Delimiter">{</span>
<span id="L139" class="LineNr">139 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L140" class="LineNr">140 </span> <span class="PreProc">var</span> matching-close-paren-index/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L378'>get-matching-close-paren-index</a> self, render-cursor?
<span id="L141" class="LineNr">141 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEax">eax</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L142" class="LineNr">142 </span> <span class="PreProc">var</span> _data/<span class="muRegEax">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L143" class="LineNr">143 </span> <span class="PreProc">var</span> data/<span class="muRegEdi">edi</span>: (addr array grapheme) <span class="Special">&lt;-</span> copy _data
<span id="L144" class="LineNr">144 </span> <span class="PreProc">var</span> x/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy _x
<span id="L145" class="LineNr">145 </span> <span class="PreProc">var</span> y/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy _y
<span id="L146" class="LineNr">146 </span> <span class="PreProc">var</span> top-addr/<span class="muRegEbx">ebx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L147" class="LineNr">147 </span> <span class="PreProc">var</span> i/<span class="muRegEbx">ebx</span>: int <span class="Special">&lt;-</span> copy *top-addr
<span id="L148" class="LineNr">148 </span> i <span class="Special">&lt;-</span> decrement
<span id="L149" class="LineNr">149 </span> <span class="muComment"># if render-cursor?, peel off first iteration</span>
<span id="L150" class="LineNr">150 </span> <span class="Delimiter">{</span>
@ -211,7 +217,7 @@ if ('onhashchange' in window) {
<span id="L152" class="LineNr">152 </span> <span class="PreProc">break-if-=</span>
<span id="L153" class="LineNr">153 </span> compare i, <span class="Constant">0</span>
<span id="L154" class="LineNr">154 </span> <span class="PreProc">break-if-&lt;</span>
<span id="L155" class="LineNr">155 </span> <span class="PreProc">var</span> g/<span class="Constant">esi</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L155" class="LineNr">155 </span> <span class="PreProc">var</span> g/<span class="muRegEsi">esi</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L156" class="LineNr">156 </span> x, y <span class="Special">&lt;-</span> <a href='../501draw-text.mu.html#L148'>render-grapheme</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, *g, xmin, ymin, xmax, ymax, x, y, color, <span class="Constant">7</span>/bg=cursor
<span id="L157" class="LineNr">157 </span> i <span class="Special">&lt;-</span> decrement
<span id="L158" class="LineNr">158 </span> <span class="Delimiter">}</span>
@ -222,7 +228,7 @@ if ('onhashchange' in window) {
<span id="L163" class="LineNr">163 </span> <span class="muComment"># highlight matching paren if needed</span>
<span id="L164" class="LineNr">164 </span> <span class="PreProc">var</span> fg: int
<span id="L165" class="LineNr">165 </span> <span class="Delimiter">{</span>
<span id="L166" class="LineNr">166 </span> <span class="PreProc">var</span> tmp/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy color
<span id="L166" class="LineNr">166 </span> <span class="PreProc">var</span> tmp/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy color
<span id="L167" class="LineNr">167 </span> copy-to fg, tmp
<span id="L168" class="LineNr">168 </span> <span class="Delimiter">}</span>
<span id="L169" class="LineNr">169 </span> compare i, matching-close-paren-index
@ -231,7 +237,7 @@ if ('onhashchange' in window) {
<span id="L172" class="LineNr">172 </span> copy-to fg, <span class="Constant">0xf</span>/highlight
<span id="L173" class="LineNr">173 </span> <span class="Delimiter">}</span>
<span id="L174" class="LineNr">174 </span> <span class="muComment">#</span>
<span id="L175" class="LineNr">175 </span> <span class="PreProc">var</span> g/<span class="Constant">esi</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L175" class="LineNr">175 </span> <span class="PreProc">var</span> g/<span class="muRegEsi">esi</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L176" class="LineNr">176 </span> x, y <span class="Special">&lt;-</span> <a href='../501draw-text.mu.html#L148'>render-grapheme</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, *g, xmin, ymin, xmax, ymax, x, y, fg, background-color
<span id="L177" class="LineNr">177 </span> i <span class="Special">&lt;-</span> decrement
<span id="L178" class="LineNr">178 </span> <span class="PreProc">loop</span>
@ -240,14 +246,14 @@ if ('onhashchange' in window) {
<span id="L181" class="LineNr">181 </span><span class="Delimiter">}</span>
<span id="L182" class="LineNr">182 </span>
<span id="L183" class="LineNr">183 </span><span class="muComment"># helper for small words</span>
<span id="L184" class="LineNr">184 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L184'>render-stack-from-top</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), x: int, y: int, render-cursor?: boolean<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: int <span class="Delimiter">{</span>
<span id="L185" class="LineNr">185 </span> <span class="PreProc">var</span> _width/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L186" class="LineNr">186 </span> <span class="PreProc">var</span> _height/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L184" class="LineNr">184 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L184'>render-stack-from-top</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), x: int, y: int, render-cursor?: boolean<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: int <span class="Delimiter">{</span>
<span id="L185" class="LineNr">185 </span> <span class="PreProc">var</span> _width/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L186" class="LineNr">186 </span> <span class="PreProc">var</span> _height/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L187" class="LineNr">187 </span> _width, _height <span class="Special">&lt;-</span> <a href='../500fake-screen.mu.html#L70'>screen-size</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L188" class="LineNr">188 </span> <span class="PreProc">var</span> width/<span class="Constant">edx</span>: int <span class="Special">&lt;-</span> copy _width
<span id="L189" class="LineNr">189 </span> <span class="PreProc">var</span> height/<span class="Constant">ebx</span>: int <span class="Special">&lt;-</span> copy _height
<span id="L190" class="LineNr">190 </span> <span class="PreProc">var</span> x2/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L191" class="LineNr">191 </span> <span class="PreProc">var</span> y2/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L188" class="LineNr">188 </span> <span class="PreProc">var</span> width/<span class="muRegEdx">edx</span>: int <span class="Special">&lt;-</span> copy _width
<span id="L189" class="LineNr">189 </span> <span class="PreProc">var</span> height/<span class="muRegEbx">ebx</span>: int <span class="Special">&lt;-</span> copy _height
<span id="L190" class="LineNr">190 </span> <span class="PreProc">var</span> x2/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L191" class="LineNr">191 </span> <span class="PreProc">var</span> y2/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L192" class="LineNr">192 </span> x2, y2 <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L138'>render-stack-from-top-wrapping-right-then-down</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, self, x, y, width, height, x, y, render-cursor?, <span class="Constant">3</span>/fg=cyan, <span class="Constant">0xc5</span>/bg=blue-bg
<span id="L193" class="LineNr">193 </span> <span class="PreProc">return</span> x2 <span class="muComment"># y2? yolo</span>
<span id="L194" class="LineNr">194 </span><span class="Delimiter">}</span>
@ -255,9 +261,9 @@ if ('onhashchange' in window) {
<span id="L196" class="LineNr">196 </span><span class="PreProc">fn</span> <span class="muTest"><a href='grapheme-stack.mu.html#L196'>test-render-grapheme-stack</a></span> <span class="Delimiter">{</span>
<span id="L197" class="LineNr">197 </span> <span class="muComment"># setup: gs = &quot;abc&quot;</span>
<span id="L198" class="LineNr">198 </span> <span class="PreProc">var</span> gs-storage: <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>
<span id="L199" class="LineNr">199 </span> <span class="PreProc">var</span> gs/<span class="Constant">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L199" class="LineNr">199 </span> <span class="PreProc">var</span> gs/<span class="muRegEdi">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L200" class="LineNr">200 </span> <a href='grapheme-stack.mu.html#L8'>initialize-grapheme-stack</a> gs, <span class="Constant">5</span>
<span id="L201" class="LineNr">201 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x61</span>/a
<span id="L201" class="LineNr">201 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x61</span>/a
<span id="L202" class="LineNr">202 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L203" class="LineNr">203 </span> g <span class="Special">&lt;-</span> copy <span class="Constant">0x62</span>/b
<span id="L204" class="LineNr">204 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
@ -265,20 +271,20 @@ if ('onhashchange' in window) {
<span id="L206" class="LineNr">206 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L207" class="LineNr">207 </span> <span class="muComment"># setup: screen</span>
<span id="L208" class="LineNr">208 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L209" class="LineNr">209 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="Constant">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L209" class="LineNr">209 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEsi">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L210" class="LineNr">210 </span> <a href='../500fake-screen.mu.html#L31'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">5</span>, <span class="Constant">4</span>, <span class="Constant">0</span>/no-pixel-graphics
<span id="L211" class="LineNr">211 </span> <span class="muComment">#</span>
<span id="L212" class="LineNr">212 </span> <span class="PreProc">var</span> x/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L121'>render-stack-from-bottom</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0</span>/no-highlight-matching-open-paren, <span class="Constant">0</span>/open-paren-depth
<span id="L212" class="LineNr">212 </span> <span class="PreProc">var</span> x/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L121'>render-stack-from-bottom</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">0</span>/no-highlight-matching-open-paren, <span class="Constant">0</span>/open-paren-depth
<span id="L213" class="LineNr">213 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0</span>/y, <span class="Constant">&quot;abc &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L196'>test-render-grapheme-stack</a> from bottom&quot;</span>
<span id="L214" class="LineNr">214 </span> <a href='../502test.mu.html#L2'>check-ints-equal</a> x, <span class="Constant">3</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L196'>test-render-grapheme-stack</a> from bottom: result&quot;</span>
<span id="L215" class="LineNr">215 </span> <a href='../504test-screen.mu.html#L251'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">0</span>/y, <span class="Constant">&quot; &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L196'>test-render-grapheme-stack</a> from bottom: bg&quot;</span>
<span id="L216" class="LineNr">216 </span> <span class="muComment">#</span>
<span id="L217" class="LineNr">217 </span> <span class="PreProc">var</span> x/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L184'>render-stack-from-top</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">1</span>/y, <span class="Constant">0</span>/cursor=false
<span id="L217" class="LineNr">217 </span> <span class="PreProc">var</span> x/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L184'>render-stack-from-top</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">1</span>/y, <span class="Constant">0</span>/cursor=false
<span id="L218" class="LineNr">218 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">1</span>/y, <span class="Constant">&quot;cba &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L196'>test-render-grapheme-stack</a> from top without cursor&quot;</span>
<span id="L219" class="LineNr">219 </span> <a href='../502test.mu.html#L2'>check-ints-equal</a> x, <span class="Constant">3</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L196'>test-render-grapheme-stack</a> from top without cursor: result&quot;</span>
<span id="L220" class="LineNr">220 </span> <a href='../504test-screen.mu.html#L251'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">1</span>/y, <span class="Constant">&quot; &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L196'>test-render-grapheme-stack</a> from top without cursor: bg&quot;</span>
<span id="L221" class="LineNr">221 </span> <span class="muComment">#</span>
<span id="L222" class="LineNr">222 </span> <span class="PreProc">var</span> x/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L184'>render-stack-from-top</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/cursor=true
<span id="L222" class="LineNr">222 </span> <span class="PreProc">var</span> x/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L184'>render-stack-from-top</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/cursor=true
<span id="L223" class="LineNr">223 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">2</span>/y, <span class="Constant">&quot;cba &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L196'>test-render-grapheme-stack</a> from top with cursor&quot;</span>
<span id="L224" class="LineNr">224 </span> <a href='../502test.mu.html#L2'>check-ints-equal</a> x, <span class="Constant">3</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L196'>test-render-grapheme-stack</a> from top with cursor: result&quot;</span>
<span id="L225" class="LineNr">225 </span> <a href='../504test-screen.mu.html#L251'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">2</span>/y, <span class="Constant">&quot;| &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L196'>test-render-grapheme-stack</a> from top with cursor: bg&quot;</span>
@ -287,9 +293,9 @@ if ('onhashchange' in window) {
<span id="L228" class="LineNr">228 </span><span class="PreProc">fn</span> <span class="muTest"><a href='grapheme-stack.mu.html#L228'>test-render-grapheme-stack-while-highlighting-matching-close-paren</a></span> <span class="Delimiter">{</span>
<span id="L229" class="LineNr">229 </span> <span class="muComment"># setup: gs = &quot;(b)&quot;</span>
<span id="L230" class="LineNr">230 </span> <span class="PreProc">var</span> gs-storage: <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>
<span id="L231" class="LineNr">231 </span> <span class="PreProc">var</span> gs/<span class="Constant">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L231" class="LineNr">231 </span> <span class="PreProc">var</span> gs/<span class="muRegEdi">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L232" class="LineNr">232 </span> <a href='grapheme-stack.mu.html#L8'>initialize-grapheme-stack</a> gs, <span class="Constant">5</span>
<span id="L233" class="LineNr">233 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x29</span>/close-paren
<span id="L233" class="LineNr">233 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x29</span>/close-paren
<span id="L234" class="LineNr">234 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L235" class="LineNr">235 </span> g <span class="Special">&lt;-</span> copy <span class="Constant">0x62</span>/b
<span id="L236" class="LineNr">236 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
@ -297,10 +303,10 @@ if ('onhashchange' in window) {
<span id="L238" class="LineNr">238 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L239" class="LineNr">239 </span> <span class="muComment"># setup: screen</span>
<span id="L240" class="LineNr">240 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L241" class="LineNr">241 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="Constant">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L241" class="LineNr">241 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEsi">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L242" class="LineNr">242 </span> <a href='../500fake-screen.mu.html#L31'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">5</span>, <span class="Constant">4</span>, <span class="Constant">0</span>/no-pixel-graphics
<span id="L243" class="LineNr">243 </span> <span class="muComment">#</span>
<span id="L244" class="LineNr">244 </span> <span class="PreProc">var</span> x/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L184'>render-stack-from-top</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/cursor=true
<span id="L244" class="LineNr">244 </span> <span class="PreProc">var</span> x/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L184'>render-stack-from-top</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/cursor=true
<span id="L245" class="LineNr">245 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">2</span>/y, <span class="Constant">&quot;(b) &quot;</span>, <span class="Constant">&quot;F - test-render-grapheme-stack-while-highlighting-matching-close-paren&quot;</span>
<span id="L246" class="LineNr">246 </span> <a href='../504test-screen.mu.html#L251'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">2</span>/y, <span class="Constant">&quot;| &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L228'>test-render-grapheme-stack-while-highlighting-matching-close-paren</a>: cursor&quot;</span>
<span id="L247" class="LineNr">247 </span> <a href='../504test-screen.mu.html#L65'>check-screen-row-in-color</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0xf</span>/fg=white, <span class="Constant">2</span>/y, <span class="Constant">&quot; ) &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L228'>test-render-grapheme-stack-while-highlighting-matching-close-paren</a>: matching paren&quot;</span>
@ -309,9 +315,9 @@ if ('onhashchange' in window) {
<span id="L250" class="LineNr">250 </span><span class="PreProc">fn</span> <span class="muTest"><a href='grapheme-stack.mu.html#L250'>test-render-grapheme-stack-while-highlighting-matching-close-paren-2</a></span> <span class="Delimiter">{</span>
<span id="L251" class="LineNr">251 </span> <span class="muComment"># setup: gs = &quot;(a (b)) c&quot;</span>
<span id="L252" class="LineNr">252 </span> <span class="PreProc">var</span> gs-storage: <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>
<span id="L253" class="LineNr">253 </span> <span class="PreProc">var</span> gs/<span class="Constant">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L253" class="LineNr">253 </span> <span class="PreProc">var</span> gs/<span class="muRegEdi">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L254" class="LineNr">254 </span> <a href='grapheme-stack.mu.html#L8'>initialize-grapheme-stack</a> gs, <span class="Constant">0x10</span>
<span id="L255" class="LineNr">255 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x63</span>/c
<span id="L255" class="LineNr">255 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x63</span>/c
<span id="L256" class="LineNr">256 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L257" class="LineNr">257 </span> g <span class="Special">&lt;-</span> copy <span class="Constant">0x20</span>/space
<span id="L258" class="LineNr">258 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
@ -331,10 +337,10 @@ if ('onhashchange' in window) {
<span id="L272" class="LineNr">272 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L273" class="LineNr">273 </span> <span class="muComment"># setup: screen</span>
<span id="L274" class="LineNr">274 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L275" class="LineNr">275 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="Constant">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L275" class="LineNr">275 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEsi">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L276" class="LineNr">276 </span> <a href='../500fake-screen.mu.html#L31'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">5</span>, <span class="Constant">4</span>, <span class="Constant">0</span>/no-pixel-graphics
<span id="L277" class="LineNr">277 </span> <span class="muComment">#</span>
<span id="L278" class="LineNr">278 </span> <span class="PreProc">var</span> x/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L184'>render-stack-from-top</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/cursor=true
<span id="L278" class="LineNr">278 </span> <span class="PreProc">var</span> x/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L184'>render-stack-from-top</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/cursor=true
<span id="L279" class="LineNr">279 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">2</span>/y, <span class="Constant">&quot;(a (b)) c &quot;</span>, <span class="Constant">&quot;F - test-render-grapheme-stack-while-highlighting-matching-close-paren-2&quot;</span>
<span id="L280" class="LineNr">280 </span> <a href='../504test-screen.mu.html#L251'>check-background-color-in-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">7</span>/bg=cursor, <span class="Constant">2</span>/y, <span class="Constant">&quot;| &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L250'>test-render-grapheme-stack-while-highlighting-matching-close-paren-2</a>: cursor&quot;</span>
<span id="L281" class="LineNr">281 </span> <a href='../504test-screen.mu.html#L65'>check-screen-row-in-color</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0xf</span>/fg=white, <span class="Constant">2</span>/y, <span class="Constant">&quot; ) &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L250'>test-render-grapheme-stack-while-highlighting-matching-close-paren-2</a>: matching paren&quot;</span>
@ -343,9 +349,9 @@ if ('onhashchange' in window) {
<span id="L284" class="LineNr">284 </span><span class="PreProc">fn</span> <span class="muTest"><a href='grapheme-stack.mu.html#L284'>test-render-grapheme-stack-while-highlighting-matching-open-paren-with-close-paren-at-end</a></span> <span class="Delimiter">{</span>
<span id="L285" class="LineNr">285 </span> <span class="muComment"># setup: gs = &quot;(b)&quot;</span>
<span id="L286" class="LineNr">286 </span> <span class="PreProc">var</span> gs-storage: <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>
<span id="L287" class="LineNr">287 </span> <span class="PreProc">var</span> gs/<span class="Constant">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L287" class="LineNr">287 </span> <span class="PreProc">var</span> gs/<span class="muRegEdi">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L288" class="LineNr">288 </span> <a href='grapheme-stack.mu.html#L8'>initialize-grapheme-stack</a> gs, <span class="Constant">5</span>
<span id="L289" class="LineNr">289 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x28</span>/open-paren
<span id="L289" class="LineNr">289 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x28</span>/open-paren
<span id="L290" class="LineNr">290 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L291" class="LineNr">291 </span> g <span class="Special">&lt;-</span> copy <span class="Constant">0x62</span>/b
<span id="L292" class="LineNr">292 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
@ -353,10 +359,10 @@ if ('onhashchange' in window) {
<span id="L294" class="LineNr">294 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L295" class="LineNr">295 </span> <span class="muComment"># setup: screen</span>
<span id="L296" class="LineNr">296 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L297" class="LineNr">297 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="Constant">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L297" class="LineNr">297 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEsi">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L298" class="LineNr">298 </span> <a href='../500fake-screen.mu.html#L31'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">5</span>, <span class="Constant">4</span>, <span class="Constant">0</span>/no-pixel-graphics
<span id="L299" class="LineNr">299 </span> <span class="muComment">#</span>
<span id="L300" class="LineNr">300 </span> <span class="PreProc">var</span> x/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L121'>render-stack-from-bottom</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/highlight-matching-open-paren, <span class="Constant">1</span>/open-paren-depth
<span id="L300" class="LineNr">300 </span> <span class="PreProc">var</span> x/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L121'>render-stack-from-bottom</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/highlight-matching-open-paren, <span class="Constant">1</span>/open-paren-depth
<span id="L301" class="LineNr">301 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">2</span>/y, <span class="Constant">&quot;(b) &quot;</span>, <span class="Constant">&quot;F - test-render-grapheme-stack-while-highlighting-matching-open-paren-with-close-paren-at-end&quot;</span>
<span id="L302" class="LineNr">302 </span> <a href='../504test-screen.mu.html#L65'>check-screen-row-in-color</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0xf</span>/fg=white, <span class="Constant">2</span>/y, <span class="Constant">&quot;( &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L284'>test-render-grapheme-stack-while-highlighting-matching-open-paren-with-close-paren-at-end</a>: matching paren&quot;</span>
<span id="L303" class="LineNr">303 </span><span class="Delimiter">}</span>
@ -364,9 +370,9 @@ if ('onhashchange' in window) {
<span id="L305" class="LineNr">305 </span><span class="PreProc">fn</span> <span class="muTest"><a href='grapheme-stack.mu.html#L305'>test-render-grapheme-stack-while-highlighting-matching-open-paren-with-close-paren-at-end-2</a></span> <span class="Delimiter">{</span>
<span id="L306" class="LineNr">306 </span> <span class="muComment"># setup: gs = &quot;a((b))&quot;</span>
<span id="L307" class="LineNr">307 </span> <span class="PreProc">var</span> gs-storage: <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>
<span id="L308" class="LineNr">308 </span> <span class="PreProc">var</span> gs/<span class="Constant">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L308" class="LineNr">308 </span> <span class="PreProc">var</span> gs/<span class="muRegEdi">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L309" class="LineNr">309 </span> <a href='grapheme-stack.mu.html#L8'>initialize-grapheme-stack</a> gs, <span class="Constant">0x10</span>
<span id="L310" class="LineNr">310 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x61</span>/a
<span id="L310" class="LineNr">310 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x61</span>/a
<span id="L311" class="LineNr">311 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L312" class="LineNr">312 </span> g <span class="Special">&lt;-</span> copy <span class="Constant">0x28</span>/open-paren
<span id="L313" class="LineNr">313 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
@ -380,10 +386,10 @@ if ('onhashchange' in window) {
<span id="L321" class="LineNr">321 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L322" class="LineNr">322 </span> <span class="muComment"># setup: screen</span>
<span id="L323" class="LineNr">323 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L324" class="LineNr">324 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="Constant">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L324" class="LineNr">324 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEsi">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L325" class="LineNr">325 </span> <a href='../500fake-screen.mu.html#L31'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">5</span>, <span class="Constant">4</span>, <span class="Constant">0</span>/no-pixel-graphics
<span id="L326" class="LineNr">326 </span> <span class="muComment">#</span>
<span id="L327" class="LineNr">327 </span> <span class="PreProc">var</span> x/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L121'>render-stack-from-bottom</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/highlight-matching-open-paren, <span class="Constant">1</span>/open-paren-depth
<span id="L327" class="LineNr">327 </span> <span class="PreProc">var</span> x/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L121'>render-stack-from-bottom</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/highlight-matching-open-paren, <span class="Constant">1</span>/open-paren-depth
<span id="L328" class="LineNr">328 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">2</span>/y, <span class="Constant">&quot;a((b)) &quot;</span>, <span class="Constant">&quot;F - test-render-grapheme-stack-while-highlighting-matching-open-paren-with-close-paren-at-end-2&quot;</span>
<span id="L329" class="LineNr">329 </span> <a href='../504test-screen.mu.html#L65'>check-screen-row-in-color</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0xf</span>/fg=white, <span class="Constant">2</span>/y, <span class="Constant">&quot; ( &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L305'>test-render-grapheme-stack-while-highlighting-matching-open-paren-with-close-paren-at-end-2</a>: matching paren&quot;</span>
<span id="L330" class="LineNr">330 </span><span class="Delimiter">}</span>
@ -391,18 +397,18 @@ if ('onhashchange' in window) {
<span id="L332" class="LineNr">332 </span><span class="PreProc">fn</span> <span class="muTest"><a href='grapheme-stack.mu.html#L332'>test-render-grapheme-stack-while-highlighting-matching-open-paren</a></span> <span class="Delimiter">{</span>
<span id="L333" class="LineNr">333 </span> <span class="muComment"># setup: gs = &quot;(b&quot;</span>
<span id="L334" class="LineNr">334 </span> <span class="PreProc">var</span> gs-storage: <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>
<span id="L335" class="LineNr">335 </span> <span class="PreProc">var</span> gs/<span class="Constant">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L335" class="LineNr">335 </span> <span class="PreProc">var</span> gs/<span class="muRegEdi">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L336" class="LineNr">336 </span> <a href='grapheme-stack.mu.html#L8'>initialize-grapheme-stack</a> gs, <span class="Constant">5</span>
<span id="L337" class="LineNr">337 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x28</span>/open-paren
<span id="L337" class="LineNr">337 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x28</span>/open-paren
<span id="L338" class="LineNr">338 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L339" class="LineNr">339 </span> g <span class="Special">&lt;-</span> copy <span class="Constant">0x62</span>/b
<span id="L340" class="LineNr">340 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L341" class="LineNr">341 </span> <span class="muComment"># setup: screen</span>
<span id="L342" class="LineNr">342 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L343" class="LineNr">343 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="Constant">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L343" class="LineNr">343 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEsi">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L344" class="LineNr">344 </span> <a href='../500fake-screen.mu.html#L31'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">5</span>, <span class="Constant">4</span>, <span class="Constant">0</span>/no-pixel-graphics
<span id="L345" class="LineNr">345 </span> <span class="muComment">#</span>
<span id="L346" class="LineNr">346 </span> <span class="PreProc">var</span> x/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L121'>render-stack-from-bottom</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/highlight-matching-open-paren, <span class="Constant">0</span>/open-paren-depth
<span id="L346" class="LineNr">346 </span> <span class="PreProc">var</span> x/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L121'>render-stack-from-bottom</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/highlight-matching-open-paren, <span class="Constant">0</span>/open-paren-depth
<span id="L347" class="LineNr">347 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">2</span>/y, <span class="Constant">&quot;(b &quot;</span>, <span class="Constant">&quot;F - test-render-grapheme-stack-while-highlighting-matching-open-paren&quot;</span>
<span id="L348" class="LineNr">348 </span> <a href='../504test-screen.mu.html#L65'>check-screen-row-in-color</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0xf</span>/fg=white, <span class="Constant">2</span>/y, <span class="Constant">&quot;( &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L332'>test-render-grapheme-stack-while-highlighting-matching-open-paren</a>: matching paren&quot;</span>
<span id="L349" class="LineNr">349 </span><span class="Delimiter">}</span>
@ -410,9 +416,9 @@ if ('onhashchange' in window) {
<span id="L351" class="LineNr">351 </span><span class="PreProc">fn</span> <span class="muTest"><a href='grapheme-stack.mu.html#L351'>test-render-grapheme-stack-while-highlighting-matching-open-paren-2</a></span> <span class="Delimiter">{</span>
<span id="L352" class="LineNr">352 </span> <span class="muComment"># setup: gs = &quot;a((b)&quot;</span>
<span id="L353" class="LineNr">353 </span> <span class="PreProc">var</span> gs-storage: <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>
<span id="L354" class="LineNr">354 </span> <span class="PreProc">var</span> gs/<span class="Constant">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L354" class="LineNr">354 </span> <span class="PreProc">var</span> gs/<span class="muRegEdi">edi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> address gs-storage
<span id="L355" class="LineNr">355 </span> <a href='grapheme-stack.mu.html#L8'>initialize-grapheme-stack</a> gs, <span class="Constant">0x10</span>
<span id="L356" class="LineNr">356 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x61</span>/a
<span id="L356" class="LineNr">356 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> copy <span class="Constant">0x61</span>/a
<span id="L357" class="LineNr">357 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L358" class="LineNr">358 </span> g <span class="Special">&lt;-</span> copy <span class="Constant">0x28</span>/open-paren
<span id="L359" class="LineNr">359 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
@ -424,28 +430,28 @@ if ('onhashchange' in window) {
<span id="L365" class="LineNr">365 </span> <a href='grapheme-stack.mu.html#L39'>push-grapheme-stack</a> gs, g
<span id="L366" class="LineNr">366 </span> <span class="muComment"># setup: screen</span>
<span id="L367" class="LineNr">367 </span> <span class="PreProc">var</span> screen-on-stack: <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L368" class="LineNr">368 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="Constant">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L368" class="LineNr">368 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEsi">esi</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> address screen-on-stack
<span id="L369" class="LineNr">369 </span> <a href='../500fake-screen.mu.html#L31'>initialize-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">5</span>, <span class="Constant">4</span>, <span class="Constant">0</span>/no-pixel-graphics
<span id="L370" class="LineNr">370 </span> <span class="muComment">#</span>
<span id="L371" class="LineNr">371 </span> <span class="PreProc">var</span> x/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L121'>render-stack-from-bottom</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/highlight-matching-open-paren, <span class="Constant">0</span>/open-paren-depth
<span id="L371" class="LineNr">371 </span> <span class="PreProc">var</span> x/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='grapheme-stack.mu.html#L121'>render-stack-from-bottom</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, gs, <span class="Constant">0</span>/x, <span class="Constant">2</span>/y, <span class="Constant">1</span>/highlight-matching-open-paren, <span class="Constant">0</span>/open-paren-depth
<span id="L372" class="LineNr">372 </span> <a href='../504test-screen.mu.html#L7'>check-screen-row</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">2</span>/y, <span class="Constant">&quot;a((b) &quot;</span>, <span class="Constant">&quot;F - test-render-grapheme-stack-while-highlighting-matching-open-paren-2&quot;</span>
<span id="L373" class="LineNr">373 </span> <a href='../504test-screen.mu.html#L65'>check-screen-row-in-color</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0xf</span>/fg=white, <span class="Constant">2</span>/y, <span class="Constant">&quot; ( &quot;</span>, <span class="Constant">&quot;F - <a href='grapheme-stack.mu.html#L351'>test-render-grapheme-stack-while-highlighting-matching-open-paren-2</a>: matching paren&quot;</span>
<span id="L374" class="LineNr">374 </span><span class="Delimiter">}</span>
<span id="L375" class="LineNr">375 </span>
<span id="L376" class="LineNr">376 </span><span class="muComment"># return the index of the matching close-paren of the grapheme at cursor (top of stack)</span>
<span id="L377" class="LineNr">377 </span><span class="muComment"># or top index if there's no matching close-paren</span>
<span id="L378" class="LineNr">378 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L378'>get-matching-close-paren-index</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), render-cursor?: boolean<span class="PreProc"> -&gt; </span>_/<span class="Constant">edx</span>: int <span class="Delimiter">{</span>
<span id="L379" class="LineNr">379 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L380" class="LineNr">380 </span> <span class="PreProc">var</span> top-addr/<span class="Constant">edx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L378" class="LineNr">378 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L378'>get-matching-close-paren-index</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), render-cursor?: boolean<span class="PreProc"> -&gt; </span>_/<span class="muRegEdx">edx</span>: int <span class="Delimiter">{</span>
<span id="L379" class="LineNr">379 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L380" class="LineNr">380 </span> <span class="PreProc">var</span> top-addr/<span class="muRegEdx">edx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L381" class="LineNr">381 </span> <span class="muComment"># if not rendering cursor, return</span>
<span id="L382" class="LineNr">382 </span> compare render-cursor?, <span class="Constant">0</span>/false
<span id="L383" class="LineNr">383 </span> <span class="Delimiter">{</span>
<span id="L384" class="LineNr">384 </span> <span class="PreProc">break-if-!=</span>
<span id="L385" class="LineNr">385 </span> <span class="PreProc">return</span> *top-addr
<span id="L386" class="LineNr">386 </span> <span class="Delimiter">}</span>
<span id="L387" class="LineNr">387 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">eax</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L388" class="LineNr">388 </span> <span class="PreProc">var</span> data/<span class="Constant">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L389" class="LineNr">389 </span> <span class="PreProc">var</span> i/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy *top-addr
<span id="L387" class="LineNr">387 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEax">eax</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L388" class="LineNr">388 </span> <span class="PreProc">var</span> data/<span class="muRegEax">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L389" class="LineNr">389 </span> <span class="PreProc">var</span> i/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy *top-addr
<span id="L390" class="LineNr">390 </span> <span class="muComment"># if stack is empty, return</span>
<span id="L391" class="LineNr">391 </span> compare i, <span class="Constant">0</span>
<span id="L392" class="LineNr">392 </span> <span class="Delimiter">{</span>
@ -454,19 +460,19 @@ if ('onhashchange' in window) {
<span id="L395" class="LineNr">395 </span> <span class="Delimiter">}</span>
<span id="L396" class="LineNr">396 </span> <span class="muComment"># if cursor is not '(' return</span>
<span id="L397" class="LineNr">397 </span> i <span class="Special">&lt;-</span> decrement
<span id="L398" class="LineNr">398 </span> <span class="PreProc">var</span> g/<span class="Constant">esi</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L398" class="LineNr">398 </span> <span class="PreProc">var</span> g/<span class="muRegEsi">esi</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L399" class="LineNr">399 </span> compare *g, <span class="Constant">0x28</span>/open-paren
<span id="L400" class="LineNr">400 </span> <span class="Delimiter">{</span>
<span id="L401" class="LineNr">401 </span> <span class="PreProc">break-if-=</span>
<span id="L402" class="LineNr">402 </span> <span class="PreProc">return</span> *top-addr
<span id="L403" class="LineNr">403 </span> <span class="Delimiter">}</span>
<span id="L404" class="LineNr">404 </span> <span class="muComment"># otherwise scan to matching paren</span>
<span id="L405" class="LineNr">405 </span> <span class="PreProc">var</span> paren-count/<span class="Constant">ebx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">1</span>
<span id="L405" class="LineNr">405 </span> <span class="PreProc">var</span> paren-count/<span class="muRegEbx">ebx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">1</span>
<span id="L406" class="LineNr">406 </span> i <span class="Special">&lt;-</span> decrement
<span id="L407" class="LineNr">407 </span> <span class="Delimiter">{</span>
<span id="L408" class="LineNr">408 </span> compare i, <span class="Constant">0</span>
<span id="L409" class="LineNr">409 </span> <span class="PreProc">break-if-&lt;</span>
<span id="L410" class="LineNr">410 </span> <span class="PreProc">var</span> g/<span class="Constant">esi</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L410" class="LineNr">410 </span> <span class="PreProc">var</span> g/<span class="muRegEsi">esi</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L411" class="LineNr">411 </span> compare *g, <span class="Constant">0x28</span>/open-paren
<span id="L412" class="LineNr">412 </span> <span class="Delimiter">{</span>
<span id="L413" class="LineNr">413 </span> <span class="PreProc">break-if-!=</span>
@ -490,18 +496,18 @@ if ('onhashchange' in window) {
<span id="L431" class="LineNr">431 </span>
<span id="L432" class="LineNr">432 </span><span class="muComment"># return the index of the first open-paren at the given depth</span>
<span id="L433" class="LineNr">433 </span><span class="muComment"># or top index if there's no matching close-paren</span>
<span id="L434" class="LineNr">434 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L434'>get-matching-open-paren-index</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), control: boolean, depth: int<span class="PreProc"> -&gt; </span>_/<span class="Constant">edx</span>: int <span class="Delimiter">{</span>
<span id="L435" class="LineNr">435 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L436" class="LineNr">436 </span> <span class="PreProc">var</span> top-addr/<span class="Constant">edx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L434" class="LineNr">434 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L434'>get-matching-open-paren-index</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), control: boolean, depth: int<span class="PreProc"> -&gt; </span>_/<span class="muRegEdx">edx</span>: int <span class="Delimiter">{</span>
<span id="L435" class="LineNr">435 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L436" class="LineNr">436 </span> <span class="PreProc">var</span> top-addr/<span class="muRegEdx">edx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L437" class="LineNr">437 </span> <span class="muComment"># if not rendering cursor, return</span>
<span id="L438" class="LineNr">438 </span> compare control, <span class="Constant">0</span>/false
<span id="L439" class="LineNr">439 </span> <span class="Delimiter">{</span>
<span id="L440" class="LineNr">440 </span> <span class="PreProc">break-if-!=</span>
<span id="L441" class="LineNr">441 </span> <span class="PreProc">return</span> *top-addr
<span id="L442" class="LineNr">442 </span> <span class="Delimiter">}</span>
<span id="L443" class="LineNr">443 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">eax</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L444" class="LineNr">444 </span> <span class="PreProc">var</span> data/<span class="Constant">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L445" class="LineNr">445 </span> <span class="PreProc">var</span> i/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy *top-addr
<span id="L443" class="LineNr">443 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEax">eax</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L444" class="LineNr">444 </span> <span class="PreProc">var</span> data/<span class="muRegEax">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L445" class="LineNr">445 </span> <span class="PreProc">var</span> i/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy *top-addr
<span id="L446" class="LineNr">446 </span> <span class="muComment"># if stack is empty, return</span>
<span id="L447" class="LineNr">447 </span> compare i, <span class="Constant">0</span>
<span id="L448" class="LineNr">448 </span> <span class="Delimiter">{</span>
@ -509,12 +515,12 @@ if ('onhashchange' in window) {
<span id="L450" class="LineNr">450 </span> <span class="PreProc">return</span> *top-addr
<span id="L451" class="LineNr">451 </span> <span class="Delimiter">}</span>
<span id="L452" class="LineNr">452 </span> <span class="muComment"># scan to matching open paren</span>
<span id="L453" class="LineNr">453 </span> <span class="PreProc">var</span> paren-count/<span class="Constant">ebx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L453" class="LineNr">453 </span> <span class="PreProc">var</span> paren-count/<span class="muRegEbx">ebx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L454" class="LineNr">454 </span> i <span class="Special">&lt;-</span> decrement
<span id="L455" class="LineNr">455 </span> <span class="Delimiter">{</span>
<span id="L456" class="LineNr">456 </span> compare i, <span class="Constant">0</span>
<span id="L457" class="LineNr">457 </span> <span class="PreProc">break-if-&lt;</span>
<span id="L458" class="LineNr">458 </span> <span class="PreProc">var</span> g/<span class="Constant">esi</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L458" class="LineNr">458 </span> <span class="PreProc">var</span> g/<span class="muRegEsi">esi</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L459" class="LineNr">459 </span> compare *g, <span class="Constant">0x29</span>/close-paren
<span id="L460" class="LineNr">460 </span> <span class="Delimiter">{</span>
<span id="L461" class="LineNr">461 </span> <span class="PreProc">break-if-!=</span>
@ -538,20 +544,20 @@ if ('onhashchange' in window) {
<span id="L479" class="LineNr">479 </span>
<span id="L480" class="LineNr">480 </span><span class="muComment"># compare from bottom</span>
<span id="L481" class="LineNr">481 </span><span class="muComment"># beware: modifies 'stream', which must be disposed of after a false result</span>
<span id="L482" class="LineNr">482 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L482'>prefix-match?</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), s: (addr stream byte)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L483" class="LineNr">483 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L484" class="LineNr">484 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">edi</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L485" class="LineNr">485 </span> <span class="PreProc">var</span> _data/<span class="Constant">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L486" class="LineNr">486 </span> <span class="PreProc">var</span> data/<span class="Constant">edi</span>: (addr array grapheme) <span class="Special">&lt;-</span> copy _data
<span id="L487" class="LineNr">487 </span> <span class="PreProc">var</span> top-addr/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L488" class="LineNr">488 </span> <span class="PreProc">var</span> i/<span class="Constant">ebx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L482" class="LineNr">482 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L482'>prefix-match?</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), s: (addr stream byte)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L483" class="LineNr">483 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L484" class="LineNr">484 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEdi">edi</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L485" class="LineNr">485 </span> <span class="PreProc">var</span> _data/<span class="muRegEax">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L486" class="LineNr">486 </span> <span class="PreProc">var</span> data/<span class="muRegEdi">edi</span>: (addr array grapheme) <span class="Special">&lt;-</span> copy _data
<span id="L487" class="LineNr">487 </span> <span class="PreProc">var</span> top-addr/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L488" class="LineNr">488 </span> <span class="PreProc">var</span> i/<span class="muRegEbx">ebx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L489" class="LineNr">489 </span> <span class="Delimiter">{</span>
<span id="L490" class="LineNr">490 </span> compare i, *top-addr
<span id="L491" class="LineNr">491 </span> <span class="PreProc">break-if-&gt;=</span>
<span id="L492" class="LineNr">492 </span> <span class="muComment"># if curr != expected, return false</span>
<span id="L493" class="LineNr">493 </span> <span class="Delimiter">{</span>
<span id="L494" class="LineNr">494 </span> <span class="PreProc">var</span> curr-a/<span class="Constant">edx</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L495" class="LineNr">495 </span> <span class="PreProc">var</span> expected/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> s
<span id="L494" class="LineNr">494 </span> <span class="PreProc">var</span> curr-a/<span class="muRegEdx">edx</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L495" class="LineNr">495 </span> <span class="PreProc">var</span> expected/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> s
<span id="L496" class="LineNr">496 </span> <span class="Delimiter">{</span>
<span id="L497" class="LineNr">497 </span> compare expected, *curr-a
<span id="L498" class="LineNr">498 </span> <span class="PreProc">break-if-=</span>
@ -566,20 +572,20 @@ if ('onhashchange' in window) {
<span id="L507" class="LineNr">507 </span>
<span id="L508" class="LineNr">508 </span><span class="muComment"># compare from bottom</span>
<span id="L509" class="LineNr">509 </span><span class="muComment"># beware: modifies 'stream', which must be disposed of after a false result</span>
<span id="L510" class="LineNr">510 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L510'>suffix-match?</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), s: (addr stream byte)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L511" class="LineNr">511 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L512" class="LineNr">512 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">edi</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L513" class="LineNr">513 </span> <span class="PreProc">var</span> _data/<span class="Constant">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L514" class="LineNr">514 </span> <span class="PreProc">var</span> data/<span class="Constant">edi</span>: (addr array grapheme) <span class="Special">&lt;-</span> copy _data
<span id="L515" class="LineNr">515 </span> <span class="PreProc">var</span> top-addr/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L516" class="LineNr">516 </span> <span class="PreProc">var</span> i/<span class="Constant">ebx</span>: int <span class="Special">&lt;-</span> copy *top-addr
<span id="L510" class="LineNr">510 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L510'>suffix-match?</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>), s: (addr stream byte)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L511" class="LineNr">511 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L512" class="LineNr">512 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEdi">edi</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L513" class="LineNr">513 </span> <span class="PreProc">var</span> _data/<span class="muRegEax">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L514" class="LineNr">514 </span> <span class="PreProc">var</span> data/<span class="muRegEdi">edi</span>: (addr array grapheme) <span class="Special">&lt;-</span> copy _data
<span id="L515" class="LineNr">515 </span> <span class="PreProc">var</span> top-addr/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L516" class="LineNr">516 </span> <span class="PreProc">var</span> i/<span class="muRegEbx">ebx</span>: int <span class="Special">&lt;-</span> copy *top-addr
<span id="L517" class="LineNr">517 </span> i <span class="Special">&lt;-</span> decrement
<span id="L518" class="LineNr">518 </span> <span class="Delimiter">{</span>
<span id="L519" class="LineNr">519 </span> compare i, <span class="Constant">0</span>
<span id="L520" class="LineNr">520 </span> <span class="PreProc">break-if-&lt;</span>
<span id="L521" class="LineNr">521 </span> <span class="Delimiter">{</span>
<span id="L522" class="LineNr">522 </span> <span class="PreProc">var</span> curr-a/<span class="Constant">edx</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L523" class="LineNr">523 </span> <span class="PreProc">var</span> expected/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> s
<span id="L522" class="LineNr">522 </span> <span class="PreProc">var</span> curr-a/<span class="muRegEdx">edx</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L523" class="LineNr">523 </span> <span class="PreProc">var</span> expected/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> s
<span id="L524" class="LineNr">524 </span> <span class="muComment"># if curr != expected, return false</span>
<span id="L525" class="LineNr">525 </span> <span class="Delimiter">{</span>
<span id="L526" class="LineNr">526 </span> compare expected, *curr-a
@ -593,18 +599,18 @@ if ('onhashchange' in window) {
<span id="L534" class="LineNr">534 </span> <span class="PreProc">return</span> <span class="Constant">1</span> <span class="muComment"># true</span>
<span id="L535" class="LineNr">535 </span><span class="Delimiter">}</span>
<span id="L536" class="LineNr">536 </span>
<span id="L537" class="LineNr">537 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L537'>grapheme-stack-is-decimal-integer?</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L538" class="LineNr">538 </span> <span class="PreProc">var</span> self/<span class="Constant">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L539" class="LineNr">539 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">eax</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L540" class="LineNr">540 </span> <span class="PreProc">var</span> _data/<span class="Constant">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L541" class="LineNr">541 </span> <span class="PreProc">var</span> data/<span class="Constant">edx</span>: (addr array grapheme) <span class="Special">&lt;-</span> copy _data
<span id="L542" class="LineNr">542 </span> <span class="PreProc">var</span> top-addr/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L543" class="LineNr">543 </span> <span class="PreProc">var</span> i/<span class="Constant">ebx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L544" class="LineNr">544 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">1</span>/true
<span id="L537" class="LineNr">537 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='grapheme-stack.mu.html#L537'>grapheme-stack-is-decimal-integer?</a></span> _self: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L538" class="LineNr">538 </span> <span class="PreProc">var</span> self/<span class="muRegEsi">esi</span>: (addr <a href='grapheme-stack.mu.html#L3'>grapheme-stack</a>) <span class="Special">&lt;-</span> copy _self
<span id="L539" class="LineNr">539 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEax">eax</span>: (addr handle array grapheme) <span class="Special">&lt;-</span> get self, data
<span id="L540" class="LineNr">540 </span> <span class="PreProc">var</span> _data/<span class="muRegEax">eax</span>: (addr array grapheme) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L541" class="LineNr">541 </span> <span class="PreProc">var</span> data/<span class="muRegEdx">edx</span>: (addr array grapheme) <span class="Special">&lt;-</span> copy _data
<span id="L542" class="LineNr">542 </span> <span class="PreProc">var</span> top-addr/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get self, top
<span id="L543" class="LineNr">543 </span> <span class="PreProc">var</span> i/<span class="muRegEbx">ebx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L544" class="LineNr">544 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">1</span>/true
<span id="L545" class="LineNr">545 </span> $grapheme-stack-is-integer?:<span class="PreProc">loop</span>: <span class="Delimiter">{</span>
<span id="L546" class="LineNr">546 </span> compare i, *top-addr
<span id="L547" class="LineNr">547 </span> <span class="PreProc">break-if-&gt;=</span>
<span id="L548" class="LineNr">548 </span> <span class="PreProc">var</span> g/<span class="Constant">edx</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L548" class="LineNr">548 </span> <span class="PreProc">var</span> g/<span class="muRegEdx">edx</span>: (addr grapheme) <span class="Special">&lt;-</span> index data, i
<span id="L549" class="LineNr">549 </span> result <span class="Special">&lt;-</span> <a href='../126write-int-decimal.subx.html#L296'>decimal-digit?</a> *g
<span id="L550" class="LineNr">550 </span> compare result, <span class="Constant">0</span>/false
<span id="L551" class="LineNr">551 </span> <span class="PreProc">break-if-=</span>

View File

@ -14,16 +14,22 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #a8a8a8; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.LineNr { }
.CommentedCode { color: #8a8a8a; }
.Constant { color: #008787; }
.muComment { color: #005faf; }
.Delimiter { color: #c000c0; }
.CommentedCode { color: #8a8a8a; }
.muRegEbx { color: #8787af; }
.muRegEsi { color: #87d787; }
.muRegEdi { color: #87ffd7; }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.PreProc { color: #c000c0; }
.Folded { color: #080808; background-color: #949494; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muTest { color: #5f8700; }
.Folded { color: #080808; background-color: #949494; }
.muComment { color: #005faf; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.muRegEdx { color: #878700; }
-->
</style>
@ -59,160 +65,160 @@ if ('onhashchange' in window) {
<body onload='JumpToLine();'>
<a href='https://github.com/akkartik/mu/blob/main/shell/macroexpand.mu'>https://github.com/akkartik/mu/blob/main/shell/macroexpand.mu</a>
<pre id='vimCodeElement'>
<span id="L1" class="LineNr"> 1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='macroexpand.mu.html#L1'>macroexpand</a></span> expr-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>), globals: (addr <a href='global.mu.html#L7'>global-table</a>), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L1" class="LineNr"> 1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='macroexpand.mu.html#L1'>macroexpand</a></span> expr-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>), globals: (addr <a href='global.mu.html#L1'>global-table</a>), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L2" class="Folded"> 2 </span><span class="Folded">+-- 15 lines: # trace &quot;macroexpand &quot; expr-ah --------------------------------------------------------------------------------------------------------------------------------------------</span>
<span id="L17" class="LineNr"> 17 </span> <a href='trace.mu.html#L228'>trace-lower</a> trace
<span id="L17" class="LineNr"> 17 </span> <a href='trace.mu.html#L239'>trace-lower</a> trace
<span id="L18" class="LineNr"> 18 </span> <span class="muComment"># loop until convergence</span>
<span id="L19" class="LineNr"> 19 </span> <span class="Delimiter">{</span>
<span id="L20" class="LineNr"> 20 </span> <span class="PreProc">var</span> error?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L83'>has-errors?</a> trace
<span id="L20" class="LineNr"> 20 </span> <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
<span id="L21" class="LineNr"> 21 </span> compare error?, <span class="Constant">0</span>/false
<span id="L22" class="LineNr"> 22 </span> <span class="PreProc">break-if-!=</span>
<span id="L23" class="LineNr"> 23 </span> <span class="PreProc">var</span> expanded?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> expr-ah, globals, trace
<span id="L23" class="LineNr"> 23 </span> <span class="PreProc">var</span> expanded?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> expr-ah, globals, trace
<span id="L24" class="LineNr"> 24 </span> compare expanded?, <span class="Constant">0</span>/false
<span id="L25" class="LineNr"> 25 </span> <span class="PreProc">loop-if-!=</span>
<span id="L26" class="LineNr"> 26 </span> <span class="Delimiter">}</span>
<span id="L27" class="LineNr"> 27 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L27" class="LineNr"> 27 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L28" class="Folded"> 28 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; expr-ah -----------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span id="L43" class="LineNr"> 43 </span><span class="Delimiter">}</span>
<span id="L44" class="LineNr"> 44 </span>
<span id="L45" class="LineNr"> 45 </span><span class="muComment"># return true if we found any macros</span>
<span id="L46" class="LineNr"> 46 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='macroexpand.mu.html#L46'>macroexpand-iter</a></span> _expr-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>), globals: (addr <a href='global.mu.html#L7'>global-table</a>), trace: (addr trace)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L47" class="LineNr"> 47 </span> <span class="PreProc">var</span> expr-ah/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _expr-ah
<span id="L46" class="LineNr"> 46 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='macroexpand.mu.html#L46'>macroexpand-iter</a></span> _expr-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>), globals: (addr <a href='global.mu.html#L1'>global-table</a>), trace: (addr trace)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L47" class="LineNr"> 47 </span> <span class="PreProc">var</span> expr-ah/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _expr-ah
<span id="L48" class="Folded"> 48 </span><span class="Folded">+-- 15 lines: # trace &quot;macroexpand-iter &quot; expr ------------------------------------------------------------------------------------------------------------------------------------------</span>
<span id="L63" class="LineNr"> 63 </span> <a href='trace.mu.html#L228'>trace-lower</a> trace
<span id="L63" class="LineNr"> 63 </span> <a href='trace.mu.html#L239'>trace-lower</a> trace
<span id="L64" class="LineNr"> 64 </span> <span class="muComment"># if expr is a non-pair, return</span>
<span id="L65" class="LineNr"> 65 </span> <span class="PreProc">var</span> expr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expr-ah
<span id="L65" class="LineNr"> 65 </span> <span class="PreProc">var</span> expr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expr-ah
<span id="L66" class="LineNr"> 66 </span> <span class="Delimiter">{</span>
<span id="L67" class="LineNr"> 67 </span> <span class="PreProc">var</span> <a href='print.mu.html#L347'>nil?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> expr
<span id="L67" class="LineNr"> 67 </span> <span class="PreProc">var</span> <a href='print.mu.html#L347'>nil?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> expr
<span id="L68" class="LineNr"> 68 </span> compare <a href='print.mu.html#L347'>nil?</a>, <span class="Constant">0</span>/false
<span id="L69" class="LineNr"> 69 </span> <span class="PreProc">break-if-=</span>
<span id="L70" class="LineNr"> 70 </span> <span class="muComment"># nil is a literal</span>
<span id="L71" class="LineNr"> 71 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;nil&quot;</span>
<span id="L72" class="LineNr"> 72 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L71" class="LineNr"> 71 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;nil&quot;</span>
<span id="L72" class="LineNr"> 72 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L73" class="LineNr"> 73 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L74" class="LineNr"> 74 </span> <span class="Delimiter">}</span>
<span id="L75" class="LineNr"> 75 </span> <span class="Delimiter">{</span>
<span id="L76" class="LineNr"> 76 </span> <span class="PreProc">var</span> expr-type/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get expr, <span class="PreProc">type</span>
<span id="L76" class="LineNr"> 76 </span> <span class="PreProc">var</span> expr-type/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get expr, <span class="PreProc">type</span>
<span id="L77" class="LineNr"> 77 </span> compare *expr-type, <span class="Constant">0</span>/pair
<span id="L78" class="LineNr"> 78 </span> <span class="PreProc">break-if-=</span>
<span id="L79" class="LineNr"> 79 </span> <span class="muComment"># non-pairs are literals</span>
<span id="L80" class="LineNr"> 80 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;non-pair&quot;</span>
<span id="L81" class="LineNr"> 81 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L80" class="LineNr"> 80 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;non-pair&quot;</span>
<span id="L81" class="LineNr"> 81 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L82" class="LineNr"> 82 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L83" class="LineNr"> 83 </span> <span class="Delimiter">}</span>
<span id="L84" class="LineNr"> 84 </span> <span class="muComment"># if expr is a literal pair, return</span>
<span id="L85" class="LineNr"> 85 </span> <span class="PreProc">var</span> first-ah/<span class="Constant">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get expr, left
<span id="L86" class="LineNr"> 86 </span> <span class="PreProc">var</span> rest-ah/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get expr, right
<span id="L87" class="LineNr"> 87 </span> <span class="PreProc">var</span> first/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *first-ah
<span id="L85" class="LineNr"> 85 </span> <span class="PreProc">var</span> first-ah/<span class="muRegEbx">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get expr, left
<span id="L86" class="LineNr"> 86 </span> <span class="PreProc">var</span> rest-ah/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get expr, right
<span id="L87" class="LineNr"> 87 </span> <span class="PreProc">var</span> first/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *first-ah
<span id="L88" class="LineNr"> 88 </span> <span class="Delimiter">{</span>
<span id="L89" class="LineNr"> 89 </span> <span class="PreProc">var</span> <a href='evaluate.mu.html#L1370'>litfn?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1370'>litfn?</a> first
<span id="L90" class="LineNr"> 90 </span> compare <a href='evaluate.mu.html#L1370'>litfn?</a>, <span class="Constant">0</span>/false
<span id="L89" class="LineNr"> 89 </span> <span class="PreProc">var</span> <a href='evaluate.mu.html#L1382'>litfn?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1382'>litfn?</a> first
<span id="L90" class="LineNr"> 90 </span> compare <a href='evaluate.mu.html#L1382'>litfn?</a>, <span class="Constant">0</span>/false
<span id="L91" class="LineNr"> 91 </span> <span class="PreProc">break-if-=</span>
<span id="L92" class="LineNr"> 92 </span> <span class="muComment"># litfn is a literal</span>
<span id="L93" class="LineNr"> 93 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;literal function&quot;</span>
<span id="L94" class="LineNr"> 94 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L93" class="LineNr"> 93 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;literal function&quot;</span>
<span id="L94" class="LineNr"> 94 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L95" class="LineNr"> 95 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L96" class="LineNr"> 96 </span> <span class="Delimiter">}</span>
<span id="L97" class="LineNr"> 97 </span> <span class="Delimiter">{</span>
<span id="L98" class="LineNr"> 98 </span> <span class="PreProc">var</span> <a href='evaluate.mu.html#L1384'>litmac?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1384'>litmac?</a> first
<span id="L99" class="LineNr"> 99 </span> compare <a href='evaluate.mu.html#L1384'>litmac?</a>, <span class="Constant">0</span>/false
<span id="L98" class="LineNr"> 98 </span> <span class="PreProc">var</span> <a href='evaluate.mu.html#L1396'>litmac?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1396'>litmac?</a> first
<span id="L99" class="LineNr"> 99 </span> compare <a href='evaluate.mu.html#L1396'>litmac?</a>, <span class="Constant">0</span>/false
<span id="L100" class="LineNr">100 </span> <span class="PreProc">break-if-=</span>
<span id="L101" class="LineNr">101 </span> <span class="muComment"># litmac is a literal</span>
<span id="L102" class="LineNr">102 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;literal macro&quot;</span>
<span id="L103" class="LineNr">103 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L102" class="LineNr">102 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;literal macro&quot;</span>
<span id="L103" class="LineNr">103 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L104" class="LineNr">104 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L105" class="LineNr">105 </span> <span class="Delimiter">}</span>
<span id="L106" class="LineNr">106 </span> <span class="PreProc">var</span> result/<span class="Constant">edi</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L106" class="LineNr">106 </span> <span class="PreProc">var</span> result/<span class="muRegEdi">edi</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L107" class="LineNr">107 </span> <span class="muComment"># for each builtin, expand only what will later be evaluated</span>
<span id="L108" class="LineNr">108 </span> $macroexpand-iter:anonymous-function: <span class="Delimiter">{</span>
<span id="L109" class="LineNr">109 </span> <span class="PreProc">var</span> <a href='evaluate.mu.html#L1356'>fn?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1356'>fn?</a> first
<span id="L110" class="LineNr">110 </span> compare <a href='evaluate.mu.html#L1356'>fn?</a>, <span class="Constant">0</span>/false
<span id="L109" class="LineNr">109 </span> <span class="PreProc">var</span> <a href='evaluate.mu.html#L1368'>fn?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1368'>fn?</a> first
<span id="L110" class="LineNr">110 </span> compare <a href='evaluate.mu.html#L1368'>fn?</a>, <span class="Constant">0</span>/false
<span id="L111" class="LineNr">111 </span> <span class="PreProc">break-if-=</span>
<span id="L112" class="LineNr">112 </span> <span class="muComment"># fn: expand every expression in the body</span>
<span id="L113" class="LineNr">113 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;anonymous function&quot;</span>
<span id="L113" class="LineNr">113 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;anonymous function&quot;</span>
<span id="L114" class="LineNr">114 </span> <span class="muComment"># skip parameters</span>
<span id="L115" class="LineNr">115 </span> <span class="PreProc">var</span> rest/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *rest-ah
<span id="L115" class="LineNr">115 </span> <span class="PreProc">var</span> rest/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *rest-ah
<span id="L116" class="LineNr">116 </span> <span class="Delimiter">{</span>
<span id="L117" class="LineNr">117 </span> rest-ah <span class="Special">&lt;-</span> get rest, right
<span id="L118" class="LineNr">118 </span> rest <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *rest-ah
<span id="L119" class="LineNr">119 </span> <span class="Delimiter">{</span>
<span id="L120" class="LineNr">120 </span> <span class="PreProc">var</span> done?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> rest
<span id="L120" class="LineNr">120 </span> <span class="PreProc">var</span> done?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> rest
<span id="L121" class="LineNr">121 </span> compare done?, <span class="Constant">0</span>/false
<span id="L122" class="LineNr">122 </span> <span class="Delimiter">}</span>
<span id="L123" class="LineNr">123 </span> <span class="PreProc">break-if-!=</span>
<span id="L124" class="LineNr">124 </span> <span class="PreProc">var</span> curr-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get rest, left
<span id="L125" class="LineNr">125 </span> <span class="PreProc">var</span> macro-found?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> curr-ah, globals, trace
<span id="L124" class="LineNr">124 </span> <span class="PreProc">var</span> curr-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get rest, left
<span id="L125" class="LineNr">125 </span> <span class="PreProc">var</span> macro-found?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> curr-ah, globals, trace
<span id="L126" class="LineNr">126 </span> result <span class="Special">&lt;-</span> or macro-found?
<span id="L127" class="LineNr">127 </span> <span class="Delimiter">{</span>
<span id="L128" class="LineNr">128 </span> <span class="PreProc">var</span> error?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L83'>has-errors?</a> trace
<span id="L128" class="LineNr">128 </span> <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
<span id="L129" class="LineNr">129 </span> compare error?, <span class="Constant">0</span>/false
<span id="L130" class="LineNr">130 </span> <span class="PreProc">break-if-=</span>
<span id="L131" class="LineNr">131 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L131" class="LineNr">131 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L132" class="LineNr">132 </span> <span class="PreProc">return</span> result
<span id="L133" class="LineNr">133 </span> <span class="Delimiter">}</span>
<span id="L134" class="LineNr">134 </span> <span class="PreProc">loop</span>
<span id="L135" class="LineNr">135 </span> <span class="Delimiter">}</span>
<span id="L136" class="LineNr">136 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L136" class="LineNr">136 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L137" class="Folded">137 </span><span class="Folded">+-- 15 lines: # trace &quot;fn=&gt; &quot; _expr-ah --------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span id="L152" class="LineNr">152 </span> <span class="PreProc">return</span> result
<span id="L153" class="LineNr">153 </span> <span class="Delimiter">}</span>
<span id="L154" class="LineNr">154 </span> <span class="muComment"># builtins with &quot;special&quot; evaluation rules</span>
<span id="L155" class="LineNr">155 </span> $macroexpand-iter:quote: <span class="Delimiter">{</span>
<span id="L156" class="LineNr">156 </span> <span class="muComment"># trees starting with single quote create literals</span>
<span id="L157" class="LineNr">157 </span> <span class="PreProc">var</span> quote?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> first, <span class="Constant">&quot;'&quot;</span>
<span id="L157" class="LineNr">157 </span> <span class="PreProc">var</span> quote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> first, <span class="Constant">&quot;'&quot;</span>
<span id="L158" class="LineNr">158 </span> compare quote?, <span class="Constant">0</span>/false
<span id="L159" class="LineNr">159 </span> <span class="PreProc">break-if-=</span>
<span id="L160" class="LineNr">160 </span> <span class="muComment">#</span>
<span id="L161" class="LineNr">161 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;quote&quot;</span>
<span id="L162" class="LineNr">162 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L161" class="LineNr">161 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;quote&quot;</span>
<span id="L162" class="LineNr">162 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L163" class="LineNr">163 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L164" class="LineNr">164 </span> <span class="Delimiter">}</span>
<span id="L165" class="LineNr">165 </span> $macroexpand-iter:backquote: <span class="Delimiter">{</span>
<span id="L166" class="LineNr">166 </span> <span class="muComment"># nested backquote not supported for now</span>
<span id="L167" class="LineNr">167 </span> <span class="PreProc">var</span> backquote?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> first, <span class="Constant">&quot;`&quot;</span>
<span id="L167" class="LineNr">167 </span> <span class="PreProc">var</span> backquote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> first, <span class="Constant">&quot;`&quot;</span>
<span id="L168" class="LineNr">168 </span> compare backquote?, <span class="Constant">0</span>/false
<span id="L169" class="LineNr">169 </span> <span class="PreProc">break-if-=</span>
<span id="L170" class="LineNr">170 </span> <span class="muComment">#</span>
<span id="L171" class="LineNr">171 </span><span class="CommentedCode">#? set-cursor-position 0/screen, 0x40/x 0x10/y</span>
<span id="L172" class="LineNr">172 </span><span class="CommentedCode">#? dump-cell-from-cursor-over-full-screen rest-ah</span>
<span id="L173" class="LineNr">173 </span> <span class="PreProc">var</span> double-unquote-found?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L331'>look-for-double-unquote</a> rest-ah
<span id="L173" class="LineNr">173 </span> <span class="PreProc">var</span> double-unquote-found?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L331'>look-for-double-unquote</a> rest-ah
<span id="L174" class="LineNr">174 </span> compare double-unquote-found?, <span class="Constant">0</span>/false
<span id="L175" class="LineNr">175 </span> <span class="Delimiter">{</span>
<span id="L176" class="LineNr">176 </span> <span class="PreProc">break-if-=</span>
<span id="L177" class="LineNr">177 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;double unquote not supported yet&quot;</span>
<span id="L177" class="LineNr">177 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;double unquote not supported yet&quot;</span>
<span id="L178" class="LineNr">178 </span> <span class="Delimiter">}</span>
<span id="L179" class="LineNr">179 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L179" class="LineNr">179 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L180" class="LineNr">180 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L181" class="LineNr">181 </span> <span class="Delimiter">}</span>
<span id="L182" class="LineNr">182 </span> $macroexpand-iter:def: <span class="Delimiter">{</span>
<span id="L183" class="LineNr">183 </span> <span class="muComment"># trees starting with &quot;def&quot; define globals</span>
<span id="L184" class="LineNr">184 </span> <span class="PreProc">var</span> def?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> first, <span class="Constant">&quot;def&quot;</span>
<span id="L185" class="LineNr">185 </span> compare def?, <span class="Constant">0</span>/false
<span id="L182" class="LineNr">182 </span> $macroexpand-iter:define: <span class="Delimiter">{</span>
<span id="L183" class="LineNr">183 </span> <span class="muComment"># trees starting with &quot;define&quot; define globals</span>
<span id="L184" class="LineNr">184 </span> <span class="PreProc">var</span> define?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> first, <span class="Constant">&quot;define&quot;</span>
<span id="L185" class="LineNr">185 </span> compare define?, <span class="Constant">0</span>/false
<span id="L186" class="LineNr">186 </span> <span class="PreProc">break-if-=</span>
<span id="L187" class="LineNr">187 </span> <span class="muComment">#</span>
<span id="L188" class="LineNr">188 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;def&quot;</span>
<span id="L189" class="LineNr">189 </span> <span class="PreProc">var</span> rest/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *rest-ah
<span id="L188" class="LineNr">188 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;define&quot;</span>
<span id="L189" class="LineNr">189 </span> <span class="PreProc">var</span> rest/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *rest-ah
<span id="L190" class="LineNr">190 </span> rest-ah <span class="Special">&lt;-</span> get rest, right <span class="muComment"># skip name</span>
<span id="L191" class="LineNr">191 </span> rest <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *rest-ah
<span id="L192" class="LineNr">192 </span> <span class="PreProc">var</span> val-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get rest, left
<span id="L193" class="LineNr">193 </span> <span class="PreProc">var</span> macro-found?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> val-ah, globals, trace
<span id="L194" class="LineNr">194 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L195" class="Folded">195 </span><span class="Folded">+-- 15 lines: # trace &quot;def=&gt; &quot; _expr-ah -------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span id="L192" class="LineNr">192 </span> <span class="PreProc">var</span> val-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get rest, left
<span id="L193" class="LineNr">193 </span> <span class="PreProc">var</span> macro-found?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> val-ah, globals, trace
<span id="L194" class="LineNr">194 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L195" class="Folded">195 </span><span class="Folded">+-- 15 lines: # trace &quot;define=&gt; &quot; _expr-ah ----------------------------------------------------------------------------------------------------------------------------------------------</span>
<span id="L210" class="LineNr">210 </span> <span class="PreProc">return</span> macro-found?
<span id="L211" class="LineNr">211 </span> <span class="Delimiter">}</span>
<span id="L212" class="LineNr">212 </span> $macroexpand-iter:set: <span class="Delimiter">{</span>
<span id="L213" class="LineNr">213 </span> <span class="muComment"># trees starting with &quot;set&quot; mutate bindings</span>
<span id="L214" class="LineNr">214 </span> <span class="PreProc">var</span> set?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> first, <span class="Constant">&quot;set&quot;</span>
<span id="L214" class="LineNr">214 </span> <span class="PreProc">var</span> set?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> first, <span class="Constant">&quot;set&quot;</span>
<span id="L215" class="LineNr">215 </span> compare set?, <span class="Constant">0</span>/false
<span id="L216" class="LineNr">216 </span> <span class="PreProc">break-if-=</span>
<span id="L217" class="LineNr">217 </span> <span class="muComment">#</span>
<span id="L218" class="LineNr">218 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;set&quot;</span>
<span id="L219" class="LineNr">219 </span> <span class="PreProc">var</span> rest/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *rest-ah
<span id="L218" class="LineNr">218 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;set&quot;</span>
<span id="L219" class="LineNr">219 </span> <span class="PreProc">var</span> rest/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *rest-ah
<span id="L220" class="LineNr">220 </span> rest-ah <span class="Special">&lt;-</span> get rest, right <span class="muComment"># skip name</span>
<span id="L221" class="LineNr">221 </span> rest <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *rest-ah
<span id="L222" class="LineNr">222 </span> <span class="PreProc">var</span> val-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get rest, left
<span id="L223" class="LineNr">223 </span> <span class="PreProc">var</span> macro-found?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> val-ah, globals, trace
<span id="L224" class="LineNr">224 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L222" class="LineNr">222 </span> <span class="PreProc">var</span> val-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get rest, left
<span id="L223" class="LineNr">223 </span> <span class="PreProc">var</span> macro-found?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> val-ah, globals, trace
<span id="L224" class="LineNr">224 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L225" class="Folded">225 </span><span class="Folded">+-- 15 lines: # trace &quot;set=&gt; &quot; _expr-ah -------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span id="L240" class="LineNr">240 </span> <span class="PreProc">return</span> macro-found?
<span id="L241" class="LineNr">241 </span> <span class="Delimiter">}</span>
@ -223,48 +229,48 @@ if ('onhashchange' in window) {
<span id="L246" class="LineNr">246 </span> <span class="muComment"># if car(expr) is a symbol defined as a macro, expand it</span>
<span id="L247" class="LineNr">247 </span> <span class="Delimiter">{</span>
<span id="L248" class="LineNr">248 </span> <span class="PreProc">var</span> definition-h: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L249" class="LineNr">249 </span> <span class="PreProc">var</span> definition-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address definition-h
<span id="L250" class="LineNr">250 </span> <a href='global.mu.html#L401'>maybe-lookup-symbol-in-globals</a> first, definition-ah, globals, trace
<span id="L251" class="LineNr">251 </span> <span class="PreProc">var</span> definition/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *definition-ah
<span id="L249" class="LineNr">249 </span> <span class="PreProc">var</span> definition-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address definition-h
<span id="L250" class="LineNr">250 </span> <a href='global.mu.html#L352'>maybe-lookup-symbol-in-globals</a> first, definition-ah, globals, trace
<span id="L251" class="LineNr">251 </span> <span class="PreProc">var</span> definition/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *definition-ah
<span id="L252" class="LineNr">252 </span> compare definition, <span class="Constant">0</span>
<span id="L253" class="LineNr">253 </span> <span class="PreProc">break-if-=</span>
<span id="L254" class="LineNr">254 </span> <span class="muComment"># definition found</span>
<span id="L255" class="LineNr">255 </span> <span class="Delimiter">{</span>
<span id="L256" class="LineNr">256 </span> <span class="PreProc">var</span> definition-type/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get definition, <span class="PreProc">type</span>
<span id="L256" class="LineNr">256 </span> <span class="PreProc">var</span> definition-type/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get definition, <span class="PreProc">type</span>
<span id="L257" class="LineNr">257 </span> compare *definition-type, <span class="Constant">0</span>/pair
<span id="L258" class="LineNr">258 </span> <span class="Delimiter">}</span>
<span id="L259" class="LineNr">259 </span> <span class="PreProc">break-if-!=</span>
<span id="L260" class="LineNr">260 </span> <span class="muComment"># definition is a pair</span>
<span id="L261" class="LineNr">261 </span> <span class="Delimiter">{</span>
<span id="L262" class="LineNr">262 </span> <span class="PreProc">var</span> definition-car-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get definition, left
<span id="L263" class="LineNr">263 </span> <span class="PreProc">var</span> definition-car/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *definition-car-ah
<span id="L264" class="LineNr">264 </span> <span class="PreProc">var</span> macro?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1384'>litmac?</a> definition-car
<span id="L262" class="LineNr">262 </span> <span class="PreProc">var</span> definition-car-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get definition, left
<span id="L263" class="LineNr">263 </span> <span class="PreProc">var</span> definition-car/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *definition-car-ah
<span id="L264" class="LineNr">264 </span> <span class="PreProc">var</span> macro?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1396'>litmac?</a> definition-car
<span id="L265" class="LineNr">265 </span> compare macro?, <span class="Constant">0</span>/false
<span id="L266" class="LineNr">266 </span> <span class="Delimiter">}</span>
<span id="L267" class="LineNr">267 </span> <span class="PreProc">break-if-=</span>
<span id="L268" class="LineNr">268 </span> <span class="muComment"># definition is a macro</span>
<span id="L269" class="LineNr">269 </span> <span class="PreProc">var</span> macro-definition-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get definition, right
<span id="L269" class="LineNr">269 </span> <span class="PreProc">var</span> macro-definition-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get definition, right
<span id="L270" class="LineNr">270 </span> <span class="muComment"># TODO: check car(macro-definition) is litfn</span>
<span id="L271" class="LineNr">271 </span><span class="CommentedCode">#? turn-on-debug-print</span>
<span id="L272" class="LineNr">272 </span> <a href='evaluate.mu.html#L586'>apply</a> macro-definition-ah, rest-ah, expr-ah, globals, trace, <span class="Constant">0</span>/no-screen, <span class="Constant">0</span>/no-keyboard, <span class="Constant">0</span>/call-number
<span id="L273" class="LineNr">273 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L272" class="LineNr">272 </span> <a href='evaluate.mu.html#L607'>apply</a> macro-definition-ah, rest-ah, expr-ah, globals, trace, <span class="Constant">0</span>/no-screen, <span class="Constant">0</span>/no-keyboard, <span class="Constant">0</span>/call-number
<span id="L273" class="LineNr">273 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L274" class="Folded">274 </span><span class="Folded">+-- 15 lines: # trace &quot;1=&gt; &quot; _expr-ah ---------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span id="L289" class="LineNr">289 </span> <span class="PreProc">return</span> <span class="Constant">1</span>/true
<span id="L290" class="LineNr">290 </span> <span class="Delimiter">}</span>
<span id="L291" class="LineNr">291 </span> <span class="muComment"># no macro found; process any macros within args</span>
<span id="L292" class="LineNr">292 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;recursing into function definition&quot;</span>
<span id="L293" class="LineNr">293 </span> <span class="PreProc">var</span> curr-ah/<span class="Constant">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy first-ah
<span id="L292" class="LineNr">292 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;mac&quot;</span>, <span class="Constant">&quot;recursing into function definition&quot;</span>
<span id="L293" class="LineNr">293 </span> <span class="PreProc">var</span> curr-ah/<span class="muRegEbx">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy first-ah
<span id="L294" class="LineNr">294 </span> $macroexpand-iter:<span class="PreProc">loop</span>: <span class="Delimiter">{</span>
<span id="L295" class="LineNr">295 </span><span class="CommentedCode">#? clear-screen 0/screen</span>
<span id="L296" class="LineNr">296 </span><span class="CommentedCode">#? dump-trace trace</span>
<span id="L297" class="LineNr">297 </span> <span class="PreProc">var</span> macro-found?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> curr-ah, globals, trace
<span id="L297" class="LineNr">297 </span> <span class="PreProc">var</span> macro-found?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> curr-ah, globals, trace
<span id="L298" class="LineNr">298 </span> result <span class="Special">&lt;-</span> or macro-found?
<span id="L299" class="LineNr">299 </span> <span class="PreProc">var</span> error?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L83'>has-errors?</a> trace
<span id="L299" class="LineNr">299 </span> <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
<span id="L300" class="LineNr">300 </span> compare error?, <span class="Constant">0</span>/false
<span id="L301" class="LineNr">301 </span> <span class="PreProc">break-if-!=</span>
<span id="L302" class="LineNr">302 </span> <span class="PreProc">var</span> rest/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *rest-ah
<span id="L302" class="LineNr">302 </span> <span class="PreProc">var</span> rest/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *rest-ah
<span id="L303" class="LineNr">303 </span> <span class="Delimiter">{</span>
<span id="L304" class="LineNr">304 </span> <span class="PreProc">var</span> <a href='print.mu.html#L347'>nil?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> rest
<span id="L304" class="LineNr">304 </span> <span class="PreProc">var</span> <a href='print.mu.html#L347'>nil?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> rest
<span id="L305" class="LineNr">305 </span> compare <a href='print.mu.html#L347'>nil?</a>, <span class="Constant">0</span>/false
<span id="L306" class="LineNr">306 </span> <span class="Delimiter">}</span>
<span id="L307" class="LineNr">307 </span> <span class="PreProc">break-if-!=</span>
@ -272,60 +278,60 @@ if ('onhashchange' in window) {
<span id="L309" class="LineNr">309 </span> rest-ah <span class="Special">&lt;-</span> get rest, right
<span id="L310" class="LineNr">310 </span> <span class="PreProc">loop</span>
<span id="L311" class="LineNr">311 </span> <span class="Delimiter">}</span>
<span id="L312" class="LineNr">312 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L312" class="LineNr">312 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L313" class="Folded">313 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; _expr-ah ----------------------------------------------------------------------------------------------------------------------------------------------------</span>
<span id="L328" class="LineNr">328 </span> <span class="PreProc">return</span> result
<span id="L329" class="LineNr">329 </span><span class="Delimiter">}</span>
<span id="L330" class="LineNr">330 </span>
<span id="L331" class="LineNr">331 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='macroexpand.mu.html#L331'>look-for-double-unquote</a></span> _expr-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L331" class="LineNr">331 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='macroexpand.mu.html#L331'>look-for-double-unquote</a></span> _expr-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L332" class="LineNr">332 </span> <span class="muComment"># if expr is a non-pair, return false</span>
<span id="L333" class="LineNr">333 </span> <span class="PreProc">var</span> expr-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _expr-ah
<span id="L334" class="LineNr">334 </span> <span class="PreProc">var</span> expr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expr-ah
<span id="L333" class="LineNr">333 </span> <span class="PreProc">var</span> expr-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _expr-ah
<span id="L334" class="LineNr">334 </span> <span class="PreProc">var</span> expr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expr-ah
<span id="L335" class="LineNr">335 </span> <span class="Delimiter">{</span>
<span id="L336" class="LineNr">336 </span> <span class="PreProc">var</span> <a href='print.mu.html#L347'>nil?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> expr
<span id="L336" class="LineNr">336 </span> <span class="PreProc">var</span> <a href='print.mu.html#L347'>nil?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> expr
<span id="L337" class="LineNr">337 </span> compare <a href='print.mu.html#L347'>nil?</a>, <span class="Constant">0</span>/false
<span id="L338" class="LineNr">338 </span> <span class="PreProc">break-if-=</span>
<span id="L339" class="LineNr">339 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L340" class="LineNr">340 </span> <span class="Delimiter">}</span>
<span id="L341" class="LineNr">341 </span> <span class="Delimiter">{</span>
<span id="L342" class="LineNr">342 </span> <span class="PreProc">var</span> expr-type/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get expr, <span class="PreProc">type</span>
<span id="L342" class="LineNr">342 </span> <span class="PreProc">var</span> expr-type/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get expr, <span class="PreProc">type</span>
<span id="L343" class="LineNr">343 </span> compare *expr-type, <span class="Constant">0</span>/pair
<span id="L344" class="LineNr">344 </span> <span class="PreProc">break-if-=</span>
<span id="L345" class="LineNr">345 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L346" class="LineNr">346 </span> <span class="Delimiter">}</span>
<span id="L347" class="LineNr">347 </span> <span class="PreProc">var</span> cdr-ah/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get expr, right
<span id="L348" class="LineNr">348 </span> <span class="PreProc">var</span> car-ah/<span class="Constant">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get expr, left
<span id="L349" class="LineNr">349 </span> <span class="PreProc">var</span> <a href='evaluate.mu.html#L1130'>car</a>/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *car-ah
<span id="L347" class="LineNr">347 </span> <span class="PreProc">var</span> cdr-ah/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get expr, right
<span id="L348" class="LineNr">348 </span> <span class="PreProc">var</span> car-ah/<span class="muRegEbx">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get expr, left
<span id="L349" class="LineNr">349 </span> <span class="PreProc">var</span> <a href='evaluate.mu.html#L1142'>car</a>/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *car-ah
<span id="L350" class="LineNr">350 </span> <span class="muComment"># if car is unquote or unquote-splice, check if cadr is unquote or</span>
<span id="L351" class="LineNr">351 </span> <span class="muComment"># unquote-splice.</span>
<span id="L352" class="LineNr">352 </span> $look-for-double-unquote:<a href='../502test.mu.html#L19'>check</a>: <span class="Delimiter">{</span>
<span id="L353" class="LineNr">353 </span> <span class="muComment"># if car is not an unquote, break</span>
<span id="L354" class="LineNr">354 </span> <span class="Delimiter">{</span>
<span id="L355" class="LineNr">355 </span> <span class="Delimiter">{</span>
<span id="L356" class="LineNr">356 </span> <span class="PreProc">var</span> unquote?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> <a href='evaluate.mu.html#L1130'>car</a>, <span class="Constant">&quot;,&quot;</span>
<span id="L356" class="LineNr">356 </span> <span class="PreProc">var</span> unquote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> <a href='evaluate.mu.html#L1142'>car</a>, <span class="Constant">&quot;,&quot;</span>
<span id="L357" class="LineNr">357 </span> compare unquote?, <span class="Constant">0</span>/false
<span id="L358" class="LineNr">358 </span> <span class="Delimiter">}</span>
<span id="L359" class="LineNr">359 </span> <span class="PreProc">break-if-!=</span>
<span id="L360" class="LineNr">360 </span> <span class="PreProc">var</span> unquote-splice?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> <a href='evaluate.mu.html#L1130'>car</a>, <span class="Constant">&quot;,@&quot;</span>
<span id="L360" class="LineNr">360 </span> <span class="PreProc">var</span> unquote-splice?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> <a href='evaluate.mu.html#L1142'>car</a>, <span class="Constant">&quot;,@&quot;</span>
<span id="L361" class="LineNr">361 </span> compare unquote-splice?, <span class="Constant">0</span>/false
<span id="L362" class="LineNr">362 </span> <span class="PreProc">break-if-!=</span>
<span id="L363" class="LineNr">363 </span> <span class="PreProc">break</span> $look-for-double-unquote:<a href='../502test.mu.html#L19'>check</a>
<span id="L364" class="LineNr">364 </span> <span class="Delimiter">}</span>
<span id="L365" class="LineNr">365 </span> <span class="muComment"># if cdr is not a pair, break</span>
<span id="L366" class="LineNr">366 </span> <span class="PreProc">var</span> <a href='evaluate.mu.html#L1158'>cdr</a>/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *cdr-ah
<span id="L367" class="LineNr">367 </span> <span class="PreProc">var</span> cdr-type/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get <a href='evaluate.mu.html#L1158'>cdr</a>, <span class="PreProc">type</span>
<span id="L366" class="LineNr">366 </span> <span class="PreProc">var</span> <a href='evaluate.mu.html#L1170'>cdr</a>/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *cdr-ah
<span id="L367" class="LineNr">367 </span> <span class="PreProc">var</span> cdr-type/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get <a href='evaluate.mu.html#L1170'>cdr</a>, <span class="PreProc">type</span>
<span id="L368" class="LineNr">368 </span> compare *cdr-type, <span class="Constant">0</span>/pair
<span id="L369" class="LineNr">369 </span> <span class="PreProc">break-if-!=</span>
<span id="L370" class="LineNr">370 </span> <span class="muComment"># if cadr is not an unquote, break</span>
<span id="L371" class="LineNr">371 </span> <span class="PreProc">var</span> cadr-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get <a href='evaluate.mu.html#L1158'>cdr</a>, left
<span id="L372" class="LineNr">372 </span> <span class="PreProc">var</span> cadr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *cadr-ah
<span id="L371" class="LineNr">371 </span> <span class="PreProc">var</span> cadr-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get <a href='evaluate.mu.html#L1170'>cdr</a>, left
<span id="L372" class="LineNr">372 </span> <span class="PreProc">var</span> cadr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *cadr-ah
<span id="L373" class="LineNr">373 </span> <span class="Delimiter">{</span>
<span id="L374" class="LineNr">374 </span> <span class="Delimiter">{</span>
<span id="L375" class="LineNr">375 </span> <span class="PreProc">var</span> unquote?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> cadr, <span class="Constant">&quot;,&quot;</span>
<span id="L375" class="LineNr">375 </span> <span class="PreProc">var</span> unquote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> cadr, <span class="Constant">&quot;,&quot;</span>
<span id="L376" class="LineNr">376 </span> compare unquote?, <span class="Constant">0</span>/false
<span id="L377" class="LineNr">377 </span> <span class="Delimiter">}</span>
<span id="L378" class="LineNr">378 </span> <span class="PreProc">break-if-!=</span>
<span id="L379" class="LineNr">379 </span> <span class="PreProc">var</span> unquote-splice?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> cadr, <span class="Constant">&quot;,@&quot;</span>
<span id="L379" class="LineNr">379 </span> <span class="PreProc">var</span> unquote-splice?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> cadr, <span class="Constant">&quot;,@&quot;</span>
<span id="L380" class="LineNr">380 </span> compare unquote-splice?, <span class="Constant">0</span>/false
<span id="L381" class="LineNr">381 </span> <span class="PreProc">break-if-!=</span>
<span id="L382" class="LineNr">382 </span> <span class="PreProc">break</span> $look-for-double-unquote:<a href='../502test.mu.html#L19'>check</a>
@ -333,7 +339,7 @@ if ('onhashchange' in window) {
<span id="L384" class="LineNr">384 </span> <span class="muComment"># error</span>
<span id="L385" class="LineNr">385 </span> <span class="PreProc">return</span> <span class="Constant">1</span>/true
<span id="L386" class="LineNr">386 </span> <span class="Delimiter">}</span>
<span id="L387" class="LineNr">387 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L331'>look-for-double-unquote</a> car-ah
<span id="L387" class="LineNr">387 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L331'>look-for-double-unquote</a> car-ah
<span id="L388" class="LineNr">388 </span> compare result, <span class="Constant">0</span>/false
<span id="L389" class="LineNr">389 </span> <span class="Delimiter">{</span>
<span id="L390" class="LineNr">390 </span> <span class="PreProc">break-if-=</span>
@ -344,145 +350,145 @@ if ('onhashchange' in window) {
<span id="L395" class="LineNr">395 </span><span class="Delimiter">}</span>
<span id="L396" class="LineNr">396 </span>
<span id="L397" class="LineNr">397 </span><span class="PreProc">fn</span> <span class="muTest"><a href='macroexpand.mu.html#L397'>test-macroexpand</a></span> <span class="Delimiter">{</span>
<span id="L398" class="LineNr">398 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L7'>global-table</a>
<span id="L399" class="LineNr">399 </span> <span class="PreProc">var</span> globals/<span class="Constant">edx</span>: (addr <a href='global.mu.html#L7'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L400" class="LineNr">400 </span> <a href='global.mu.html#L12'>initialize-globals</a> globals
<span id="L398" class="LineNr">398 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L1'>global-table</a>
<span id="L399" class="LineNr">399 </span> <span class="PreProc">var</span> globals/<span class="muRegEdx">edx</span>: (addr <a href='global.mu.html#L1'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L400" class="LineNr">400 </span> <a href='global.mu.html#L13'>initialize-globals</a> globals
<span id="L401" class="LineNr">401 </span> <span class="muComment"># new macro: m</span>
<span id="L402" class="LineNr">402 </span> <span class="PreProc">var</span> sandbox-storage: <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L403" class="LineNr">403 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="Constant">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L404" class="LineNr">404 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(def m (litmac litfn () (a b) `(+ ,a ,b)))&quot;</span>
<span id="L405" class="LineNr">405 </span> <a href='sandbox.mu.html#L462'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x13</span>/ctrl-s, globals, <span class="Constant">0</span>/no-disk, <span class="Constant">0</span>/no-screen, <span class="Constant">0</span>/no-tweak-screen
<span id="L403" class="LineNr">403 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEsi">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L404" class="LineNr">404 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(define m (litmac litfn () (a b) `(+ ,a ,b)))&quot;</span>
<span id="L405" class="LineNr">405 </span> <a href='sandbox.mu.html#L473'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x13</span>/ctrl-s, globals, <span class="Constant">0</span>/no-disk, <span class="Constant">0</span>/no-tweak-screen
<span id="L406" class="LineNr">406 </span> <span class="muComment"># invoke macro</span>
<span id="L407" class="LineNr">407 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(m 3 4)&quot;</span>
<span id="L408" class="LineNr">408 </span> <span class="PreProc">var</span> gap-ah/<span class="Constant">ecx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L409" class="LineNr">409 </span> <span class="PreProc">var</span> gap/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *gap-ah
<span id="L408" class="LineNr">408 </span> <span class="PreProc">var</span> gap-ah/<span class="muRegEcx">ecx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L409" class="LineNr">409 </span> <span class="PreProc">var</span> gap/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *gap-ah
<span id="L410" class="LineNr">410 </span> <span class="PreProc">var</span> result-h: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L411" class="LineNr">411 </span> <span class="PreProc">var</span> result-ah/<span class="Constant">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address result-h
<span id="L411" class="LineNr">411 </span> <span class="PreProc">var</span> result-ah/<span class="muRegEbx">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address result-h
<span id="L412" class="LineNr">412 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L413" class="LineNr">413 </span> <span class="PreProc">var</span> trace/<span class="Constant">ecx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L414" class="LineNr">414 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L413" class="LineNr">413 </span> <span class="PreProc">var</span> trace/<span class="muRegEcx">ecx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L414" class="LineNr">414 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L415" class="LineNr">415 </span> <a href='read.mu.html#L1'>read-cell</a> gap, result-ah, trace
<span id="L416" class="LineNr">416 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> result-ah, globals, trace
<span id="L417" class="LineNr">417 </span> <span class="PreProc">var</span> error?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L83'>has-errors?</a> trace
<span id="L416" class="LineNr">416 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> result-ah, globals, trace
<span id="L417" class="LineNr">417 </span> <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
<span id="L418" class="LineNr">418 </span> <a href='../502test.mu.html#L32'>check-not</a> error?, <span class="Constant">&quot;F - <a href='macroexpand.mu.html#L397'>test-macroexpand</a>/error&quot;</span>
<span id="L419" class="LineNr">419 </span><span class="CommentedCode">#? dump-cell-from-cursor-over-full-screen result-ah</span>
<span id="L420" class="LineNr">420 </span> <span class="PreProc">var</span> _result/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *result-ah
<span id="L421" class="LineNr">421 </span> <span class="PreProc">var</span> result/<span class="Constant">edi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _result
<span id="L420" class="LineNr">420 </span> <span class="PreProc">var</span> _result/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *result-ah
<span id="L421" class="LineNr">421 </span> <span class="PreProc">var</span> result/<span class="muRegEdi">edi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _result
<span id="L422" class="LineNr">422 </span> <span class="muComment"># expected</span>
<span id="L423" class="LineNr">423 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(+ 3 4)&quot;</span>
<span id="L424" class="LineNr">424 </span> <span class="PreProc">var</span> expected-gap-ah/<span class="Constant">edx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L425" class="LineNr">425 </span> <span class="PreProc">var</span> expected-gap/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-gap-ah
<span id="L424" class="LineNr">424 </span> <span class="PreProc">var</span> expected-gap-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L425" class="LineNr">425 </span> <span class="PreProc">var</span> expected-gap/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-gap-ah
<span id="L426" class="LineNr">426 </span> <span class="PreProc">var</span> expected-h: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L427" class="LineNr">427 </span> <span class="PreProc">var</span> expected-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address expected-h
<span id="L427" class="LineNr">427 </span> <span class="PreProc">var</span> expected-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address expected-h
<span id="L428" class="LineNr">428 </span> <a href='read.mu.html#L1'>read-cell</a> expected-gap, expected-ah, trace
<span id="L429" class="LineNr">429 </span><span class="CommentedCode">#? dump-cell-from-cursor-over-full-screen expected-ah</span>
<span id="L430" class="LineNr">430 </span> <span class="PreProc">var</span> expected/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-ah
<span id="L430" class="LineNr">430 </span> <span class="PreProc">var</span> expected/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-ah
<span id="L431" class="LineNr">431 </span> <span class="muComment">#</span>
<span id="L432" class="LineNr">432 </span> <span class="PreProc">var</span> assertion/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1186'>cell-isomorphic?</a> result, expected, trace
<span id="L432" class="LineNr">432 </span> <span class="PreProc">var</span> assertion/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1198'>cell-isomorphic?</a> result, expected, trace
<span id="L433" class="LineNr">433 </span> <a href='../502test.mu.html#L19'>check</a> assertion, <span class="Constant">&quot;F - test-macroexpand&quot;</span>
<span id="L434" class="LineNr">434 </span><span class="Delimiter">}</span>
<span id="L435" class="LineNr">435 </span>
<span id="L436" class="LineNr">436 </span><span class="PreProc">fn</span> <span class="muTest"><a href='macroexpand.mu.html#L436'>test-macroexpand-inside-anonymous-fn</a></span> <span class="muFunction">{</span>
<span id="L437" class="LineNr">437 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L7'>global-table</a>
<span id="L438" class="LineNr">438 </span> <span class="PreProc">var</span> globals/<span class="Constant">edx</span>: (addr <a href='global.mu.html#L7'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L439" class="LineNr">439 </span> <a href='global.mu.html#L12'>initialize-globals</a> globals
<span id="L437" class="LineNr">437 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L1'>global-table</a>
<span id="L438" class="LineNr">438 </span> <span class="PreProc">var</span> globals/<span class="muRegEdx">edx</span>: (addr <a href='global.mu.html#L1'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L439" class="LineNr">439 </span> <a href='global.mu.html#L13'>initialize-globals</a> globals
<span id="L440" class="LineNr">440 </span> <span class="muComment"># new macro: m</span>
<span id="L441" class="LineNr">441 </span> <span class="PreProc">var</span> sandbox-storage: <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L442" class="LineNr">442 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="Constant">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L443" class="LineNr">443 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(def m (litmac litfn () (a b) `(+ ,a ,b)))&quot;</span>
<span id="L444" class="LineNr">444 </span> <a href='sandbox.mu.html#L462'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x13</span>/ctrl-s, globals, <span class="Constant">0</span>/no-disk, <span class="Constant">0</span>/no-screen, <span class="Constant">0</span>/no-tweak-screen
<span id="L442" class="LineNr">442 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEsi">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L443" class="LineNr">443 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(define m (litmac litfn () (a b) `(+ ,a ,b)))&quot;</span>
<span id="L444" class="LineNr">444 </span> <a href='sandbox.mu.html#L473'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x13</span>/ctrl-s, globals, <span class="Constant">0</span>/no-disk, <span class="Constant">0</span>/no-tweak-screen
<span id="L445" class="LineNr">445 </span> <span class="muComment"># invoke macro</span>
<span id="L446" class="LineNr">446 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(fn() (m 3 4))&quot;</span>
<span id="L447" class="LineNr">447 </span> <span class="PreProc">var</span> gap-ah/<span class="Constant">ecx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L448" class="LineNr">448 </span> <span class="PreProc">var</span> gap/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *gap-ah
<span id="L447" class="LineNr">447 </span> <span class="PreProc">var</span> gap-ah/<span class="muRegEcx">ecx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L448" class="LineNr">448 </span> <span class="PreProc">var</span> gap/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *gap-ah
<span id="L449" class="LineNr">449 </span> <span class="PreProc">var</span> result-h: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L450" class="LineNr">450 </span> <span class="PreProc">var</span> result-ah/<span class="Constant">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address result-h
<span id="L450" class="LineNr">450 </span> <span class="PreProc">var</span> result-ah/<span class="muRegEbx">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address result-h
<span id="L451" class="LineNr">451 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L452" class="LineNr">452 </span> <span class="PreProc">var</span> trace/<span class="Constant">ecx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L453" class="LineNr">453 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L452" class="LineNr">452 </span> <span class="PreProc">var</span> trace/<span class="muRegEcx">ecx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L453" class="LineNr">453 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L454" class="LineNr">454 </span> <a href='read.mu.html#L1'>read-cell</a> gap, result-ah, trace
<span id="L455" class="LineNr">455 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> result-ah, globals, trace
<span id="L456" class="LineNr">456 </span> <span class="PreProc">var</span> error?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L83'>has-errors?</a> trace
<span id="L455" class="LineNr">455 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> result-ah, globals, trace
<span id="L456" class="LineNr">456 </span> <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
<span id="L457" class="LineNr">457 </span> <a href='../502test.mu.html#L32'>check-not</a> error?, <span class="Constant">&quot;F - <a href='macroexpand.mu.html#L436'>test-macroexpand-inside-anonymous-fn</a>/error&quot;</span>
<span id="L458" class="LineNr">458 </span><span class="CommentedCode">#? dump-cell-from-cursor-over-full-screen result-ah</span>
<span id="L459" class="LineNr">459 </span> <span class="PreProc">var</span> _result/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *result-ah
<span id="L460" class="LineNr">460 </span> <span class="PreProc">var</span> result/<span class="Constant">edi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _result
<span id="L459" class="LineNr">459 </span> <span class="PreProc">var</span> _result/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *result-ah
<span id="L460" class="LineNr">460 </span> <span class="PreProc">var</span> result/<span class="muRegEdi">edi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _result
<span id="L461" class="LineNr">461 </span> <span class="muComment"># expected</span>
<span id="L462" class="LineNr">462 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(fn() (+ 3 4))&quot;</span>
<span id="L463" class="LineNr">463 </span> <span class="PreProc">var</span> expected-gap-ah/<span class="Constant">edx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L464" class="LineNr">464 </span> <span class="PreProc">var</span> expected-gap/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-gap-ah
<span id="L463" class="LineNr">463 </span> <span class="PreProc">var</span> expected-gap-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L464" class="LineNr">464 </span> <span class="PreProc">var</span> expected-gap/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-gap-ah
<span id="L465" class="LineNr">465 </span> <span class="PreProc">var</span> expected-h: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L466" class="LineNr">466 </span> <span class="PreProc">var</span> expected-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address expected-h
<span id="L466" class="LineNr">466 </span> <span class="PreProc">var</span> expected-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address expected-h
<span id="L467" class="LineNr">467 </span> <a href='read.mu.html#L1'>read-cell</a> expected-gap, expected-ah, trace
<span id="L468" class="LineNr">468 </span> <span class="PreProc">var</span> expected/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-ah
<span id="L468" class="LineNr">468 </span> <span class="PreProc">var</span> expected/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-ah
<span id="L469" class="LineNr">469 </span> <span class="muComment">#</span>
<span id="L470" class="LineNr">470 </span> <span class="PreProc">var</span> assertion/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1186'>cell-isomorphic?</a> result, expected, trace
<span id="L470" class="LineNr">470 </span> <span class="PreProc">var</span> assertion/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1198'>cell-isomorphic?</a> result, expected, trace
<span id="L471" class="LineNr">471 </span> <a href='../502test.mu.html#L19'>check</a> assertion, <span class="Constant">&quot;F - test-macroexpand-inside-anonymous-fn&quot;</span>
<span id="L472" class="LineNr">472 </span><span class="Delimiter">}</span>
<span id="L473" class="LineNr">473 </span>
<span id="L474" class="LineNr">474 </span><span class="PreProc">fn</span> <span class="muTest"><a href='macroexpand.mu.html#L474'>test-macroexpand-inside-fn-call</a></span> <span class="Delimiter">{</span>
<span id="L475" class="LineNr">475 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L7'>global-table</a>
<span id="L476" class="LineNr">476 </span> <span class="PreProc">var</span> globals/<span class="Constant">edx</span>: (addr <a href='global.mu.html#L7'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L477" class="LineNr">477 </span> <a href='global.mu.html#L12'>initialize-globals</a> globals
<span id="L475" class="LineNr">475 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L1'>global-table</a>
<span id="L476" class="LineNr">476 </span> <span class="PreProc">var</span> globals/<span class="muRegEdx">edx</span>: (addr <a href='global.mu.html#L1'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L477" class="LineNr">477 </span> <a href='global.mu.html#L13'>initialize-globals</a> globals
<span id="L478" class="LineNr">478 </span> <span class="muComment"># new macro: m</span>
<span id="L479" class="LineNr">479 </span> <span class="PreProc">var</span> sandbox-storage: <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L480" class="LineNr">480 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="Constant">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L481" class="LineNr">481 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(def m (litmac litfn () (a b) `(+ ,a ,b)))&quot;</span>
<span id="L482" class="LineNr">482 </span> <a href='sandbox.mu.html#L462'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x13</span>/ctrl-s, globals, <span class="Constant">0</span>/no-disk, <span class="Constant">0</span>/no-screen, <span class="Constant">0</span>/no-tweak-screen
<span id="L480" class="LineNr">480 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEsi">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L481" class="LineNr">481 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(define m (litmac litfn () (a b) `(+ ,a ,b)))&quot;</span>
<span id="L482" class="LineNr">482 </span> <a href='sandbox.mu.html#L473'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x13</span>/ctrl-s, globals, <span class="Constant">0</span>/no-disk, <span class="Constant">0</span>/no-tweak-screen
<span id="L483" class="LineNr">483 </span> <span class="muComment"># invoke macro</span>
<span id="L484" class="LineNr">484 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;((fn() (m 3 4)))&quot;</span>
<span id="L485" class="LineNr">485 </span> <span class="PreProc">var</span> gap-ah/<span class="Constant">ecx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L486" class="LineNr">486 </span> <span class="PreProc">var</span> gap/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *gap-ah
<span id="L485" class="LineNr">485 </span> <span class="PreProc">var</span> gap-ah/<span class="muRegEcx">ecx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L486" class="LineNr">486 </span> <span class="PreProc">var</span> gap/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *gap-ah
<span id="L487" class="LineNr">487 </span> <span class="PreProc">var</span> result-h: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L488" class="LineNr">488 </span> <span class="PreProc">var</span> result-ah/<span class="Constant">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address result-h
<span id="L488" class="LineNr">488 </span> <span class="PreProc">var</span> result-ah/<span class="muRegEbx">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address result-h
<span id="L489" class="LineNr">489 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L490" class="LineNr">490 </span> <span class="PreProc">var</span> trace/<span class="Constant">ecx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L491" class="LineNr">491 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L490" class="LineNr">490 </span> <span class="PreProc">var</span> trace/<span class="muRegEcx">ecx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L491" class="LineNr">491 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L492" class="LineNr">492 </span> <a href='read.mu.html#L1'>read-cell</a> gap, result-ah, trace
<span id="L493" class="LineNr">493 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> result-ah, globals, trace
<span id="L494" class="LineNr">494 </span> <span class="PreProc">var</span> error?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L83'>has-errors?</a> trace
<span id="L493" class="LineNr">493 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> result-ah, globals, trace
<span id="L494" class="LineNr">494 </span> <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
<span id="L495" class="LineNr">495 </span> <a href='../502test.mu.html#L32'>check-not</a> error?, <span class="Constant">&quot;F - <a href='macroexpand.mu.html#L474'>test-macroexpand-inside-fn-call</a>/error&quot;</span>
<span id="L496" class="LineNr">496 </span><span class="CommentedCode">#? dump-cell-from-cursor-over-full-screen result-ah</span>
<span id="L497" class="LineNr">497 </span> <span class="PreProc">var</span> _result/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *result-ah
<span id="L498" class="LineNr">498 </span> <span class="PreProc">var</span> result/<span class="Constant">edi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _result
<span id="L497" class="LineNr">497 </span> <span class="PreProc">var</span> _result/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *result-ah
<span id="L498" class="LineNr">498 </span> <span class="PreProc">var</span> result/<span class="muRegEdi">edi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _result
<span id="L499" class="LineNr">499 </span> <span class="muComment"># expected</span>
<span id="L500" class="LineNr">500 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;((fn() (+ 3 4)))&quot;</span>
<span id="L501" class="LineNr">501 </span> <span class="PreProc">var</span> expected-gap-ah/<span class="Constant">edx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L502" class="LineNr">502 </span> <span class="PreProc">var</span> expected-gap/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-gap-ah
<span id="L501" class="LineNr">501 </span> <span class="PreProc">var</span> expected-gap-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L502" class="LineNr">502 </span> <span class="PreProc">var</span> expected-gap/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-gap-ah
<span id="L503" class="LineNr">503 </span> <span class="PreProc">var</span> expected-h: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L504" class="LineNr">504 </span> <span class="PreProc">var</span> expected-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address expected-h
<span id="L504" class="LineNr">504 </span> <span class="PreProc">var</span> expected-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address expected-h
<span id="L505" class="LineNr">505 </span> <a href='read.mu.html#L1'>read-cell</a> expected-gap, expected-ah, trace
<span id="L506" class="LineNr">506 </span><span class="CommentedCode">#? dump-cell-from-cursor-over-full-screen expected-ah</span>
<span id="L507" class="LineNr">507 </span> <span class="PreProc">var</span> expected/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-ah
<span id="L507" class="LineNr">507 </span> <span class="PreProc">var</span> expected/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-ah
<span id="L508" class="LineNr">508 </span> <span class="muComment">#</span>
<span id="L509" class="LineNr">509 </span> <span class="PreProc">var</span> assertion/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1186'>cell-isomorphic?</a> result, expected, trace
<span id="L509" class="LineNr">509 </span> <span class="PreProc">var</span> assertion/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1198'>cell-isomorphic?</a> result, expected, trace
<span id="L510" class="LineNr">510 </span> <a href='../502test.mu.html#L19'>check</a> assertion, <span class="Constant">&quot;F - test-macroexpand-inside-fn-call&quot;</span>
<span id="L511" class="LineNr">511 </span><span class="Delimiter">}</span>
<span id="L512" class="LineNr">512 </span>
<span id="L513" class="LineNr">513 </span><span class="PreProc">fn</span> <span class="muTest"><a href='macroexpand.mu.html#L513'>test-macroexpand-repeatedly-with-backquoted-arg</a></span> <span class="Delimiter">{</span>
<span id="L514" class="LineNr">514 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L7'>global-table</a>
<span id="L515" class="LineNr">515 </span> <span class="PreProc">var</span> globals/<span class="Constant">edx</span>: (addr <a href='global.mu.html#L7'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L516" class="LineNr">516 </span> <a href='global.mu.html#L12'>initialize-globals</a> globals
<span id="L514" class="LineNr">514 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L1'>global-table</a>
<span id="L515" class="LineNr">515 </span> <span class="PreProc">var</span> globals/<span class="muRegEdx">edx</span>: (addr <a href='global.mu.html#L1'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L516" class="LineNr">516 </span> <a href='global.mu.html#L13'>initialize-globals</a> globals
<span id="L517" class="LineNr">517 </span> <span class="muComment"># macroexpand an expression with a backquote but no macro</span>
<span id="L518" class="LineNr">518 </span> <span class="PreProc">var</span> sandbox-storage: <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L519" class="LineNr">519 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="Constant">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L519" class="LineNr">519 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEsi">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L520" class="LineNr">520 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(cons 1 `(3))&quot;</span>
<span id="L521" class="LineNr">521 </span> <span class="PreProc">var</span> gap-ah/<span class="Constant">ecx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L522" class="LineNr">522 </span> <span class="PreProc">var</span> gap/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *gap-ah
<span id="L521" class="LineNr">521 </span> <span class="PreProc">var</span> gap-ah/<span class="muRegEcx">ecx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L522" class="LineNr">522 </span> <span class="PreProc">var</span> gap/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *gap-ah
<span id="L523" class="LineNr">523 </span> <span class="PreProc">var</span> result-h: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L524" class="LineNr">524 </span> <span class="PreProc">var</span> result-ah/<span class="Constant">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address result-h
<span id="L524" class="LineNr">524 </span> <span class="PreProc">var</span> result-ah/<span class="muRegEbx">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address result-h
<span id="L525" class="LineNr">525 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L526" class="LineNr">526 </span> <span class="PreProc">var</span> trace/<span class="Constant">ecx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L527" class="LineNr">527 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L526" class="LineNr">526 </span> <span class="PreProc">var</span> trace/<span class="muRegEcx">ecx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L527" class="LineNr">527 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L528" class="LineNr">528 </span> <a href='read.mu.html#L1'>read-cell</a> gap, result-ah, trace
<span id="L529" class="LineNr">529 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> result-ah, globals, trace
<span id="L530" class="LineNr">530 </span> <span class="PreProc">var</span> error?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L83'>has-errors?</a> trace
<span id="L529" class="LineNr">529 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> result-ah, globals, trace
<span id="L530" class="LineNr">530 </span> <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
<span id="L531" class="LineNr">531 </span> <a href='../502test.mu.html#L32'>check-not</a> error?, <span class="Constant">&quot;F - test-macroexpand-repeatedly-with-backquoted-arg&quot;</span>
<span id="L532" class="LineNr">532 </span> <span class="Delimiter">{</span>
<span id="L533" class="LineNr">533 </span> compare error?, <span class="Constant">0</span>/false
<span id="L534" class="LineNr">534 </span> <span class="PreProc">break-if-=</span>
<span id="L535" class="LineNr">535 </span> <span class="muComment"># we need space to display traces, so just stop rendering future tests on failure here</span>
<span id="L536" class="LineNr">536 </span> <a href='trace.mu.html#L369'>dump-trace</a> trace
<span id="L536" class="LineNr">536 </span> <a href='trace.mu.html#L379'>dump-trace</a> trace
<span id="L537" class="LineNr">537 </span> <span class="Delimiter">{</span>
<span id="L538" class="LineNr">538 </span> <span class="PreProc">loop</span>
<span id="L539" class="LineNr">539 </span> <span class="Delimiter">}</span>
@ -490,79 +496,79 @@ if ('onhashchange' in window) {
<span id="L541" class="LineNr">541 </span><span class="Delimiter">}</span>
<span id="L542" class="LineNr">542 </span>
<span id="L543" class="LineNr">543 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='macroexpand.mu.html#L543'>pending-test-macroexpand-inside-backquote-unquote</a></span> <span class="Delimiter">{</span>
<span id="L544" class="LineNr">544 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L7'>global-table</a>
<span id="L545" class="LineNr">545 </span> <span class="PreProc">var</span> globals/<span class="Constant">edx</span>: (addr <a href='global.mu.html#L7'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L546" class="LineNr">546 </span> <a href='global.mu.html#L12'>initialize-globals</a> globals
<span id="L544" class="LineNr">544 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L1'>global-table</a>
<span id="L545" class="LineNr">545 </span> <span class="PreProc">var</span> globals/<span class="muRegEdx">edx</span>: (addr <a href='global.mu.html#L1'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L546" class="LineNr">546 </span> <a href='global.mu.html#L13'>initialize-globals</a> globals
<span id="L547" class="LineNr">547 </span> <span class="muComment"># new macro: m</span>
<span id="L548" class="LineNr">548 </span> <span class="PreProc">var</span> sandbox-storage: <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L549" class="LineNr">549 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="Constant">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L550" class="LineNr">550 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(def m (litmac litfn () (a b) `(+ ,a ,b)))&quot;</span>
<span id="L551" class="LineNr">551 </span> <a href='sandbox.mu.html#L462'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x13</span>/ctrl-s, globals, <span class="Constant">0</span>/no-disk, <span class="Constant">0</span>/no-screen, <span class="Constant">0</span>/no-tweak-screen
<span id="L549" class="LineNr">549 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEsi">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L550" class="LineNr">550 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(define m (litmac litfn () (a b) `(+ ,a ,b)))&quot;</span>
<span id="L551" class="LineNr">551 </span> <a href='sandbox.mu.html#L473'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x13</span>/ctrl-s, globals, <span class="Constant">0</span>/no-disk, <span class="Constant">0</span>/no-tweak-screen
<span id="L552" class="LineNr">552 </span> <span class="muComment"># invoke macro</span>
<span id="L553" class="LineNr">553 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;`(print [result is ] ,(m 3 4)))&quot;</span>
<span id="L554" class="LineNr">554 </span> <span class="PreProc">var</span> gap-ah/<span class="Constant">ecx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L555" class="LineNr">555 </span> <span class="PreProc">var</span> gap/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *gap-ah
<span id="L554" class="LineNr">554 </span> <span class="PreProc">var</span> gap-ah/<span class="muRegEcx">ecx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L555" class="LineNr">555 </span> <span class="PreProc">var</span> gap/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *gap-ah
<span id="L556" class="LineNr">556 </span> <span class="PreProc">var</span> result-h: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L557" class="LineNr">557 </span> <span class="PreProc">var</span> result-ah/<span class="Constant">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address result-h
<span id="L557" class="LineNr">557 </span> <span class="PreProc">var</span> result-ah/<span class="muRegEbx">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address result-h
<span id="L558" class="LineNr">558 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L559" class="LineNr">559 </span> <span class="PreProc">var</span> trace/<span class="Constant">ecx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L560" class="LineNr">560 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L559" class="LineNr">559 </span> <span class="PreProc">var</span> trace/<span class="muRegEcx">ecx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L560" class="LineNr">560 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L561" class="LineNr">561 </span> <a href='read.mu.html#L1'>read-cell</a> gap, result-ah, trace
<span id="L562" class="LineNr">562 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> result-ah, globals, trace
<span id="L563" class="LineNr">563 </span> <span class="PreProc">var</span> error?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L83'>has-errors?</a> trace
<span id="L562" class="LineNr">562 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> result-ah, globals, trace
<span id="L563" class="LineNr">563 </span> <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
<span id="L564" class="LineNr">564 </span> <a href='../502test.mu.html#L32'>check-not</a> error?, <span class="Constant">&quot;F - test-macroexpand-inside-backquote-unquote/error&quot;</span>
<span id="L565" class="LineNr">565 </span><span class="CommentedCode">#? dump-cell-from-cursor-over-full-screen result-ah</span>
<span id="L566" class="LineNr">566 </span> <span class="PreProc">var</span> _result/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *result-ah
<span id="L567" class="LineNr">567 </span> <span class="PreProc">var</span> result/<span class="Constant">edi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _result
<span id="L566" class="LineNr">566 </span> <span class="PreProc">var</span> _result/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *result-ah
<span id="L567" class="LineNr">567 </span> <span class="PreProc">var</span> result/<span class="muRegEdi">edi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _result
<span id="L568" class="LineNr">568 </span> <span class="muComment"># expected</span>
<span id="L569" class="LineNr">569 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;`(print [result is ] ,(+ 3 4)))&quot;</span>
<span id="L570" class="LineNr">570 </span> <span class="PreProc">var</span> expected-gap-ah/<span class="Constant">edx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L571" class="LineNr">571 </span> <span class="PreProc">var</span> expected-gap/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-gap-ah
<span id="L570" class="LineNr">570 </span> <span class="PreProc">var</span> expected-gap-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L571" class="LineNr">571 </span> <span class="PreProc">var</span> expected-gap/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-gap-ah
<span id="L572" class="LineNr">572 </span> <span class="PreProc">var</span> expected-h: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L573" class="LineNr">573 </span> <span class="PreProc">var</span> expected-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address expected-h
<span id="L573" class="LineNr">573 </span> <span class="PreProc">var</span> expected-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address expected-h
<span id="L574" class="LineNr">574 </span> <a href='read.mu.html#L1'>read-cell</a> expected-gap, expected-ah, trace
<span id="L575" class="LineNr">575 </span> <span class="PreProc">var</span> expected/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-ah
<span id="L575" class="LineNr">575 </span> <span class="PreProc">var</span> expected/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-ah
<span id="L576" class="LineNr">576 </span> <span class="muComment">#</span>
<span id="L577" class="LineNr">577 </span> <span class="PreProc">var</span> assertion/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1186'>cell-isomorphic?</a> result, expected, trace
<span id="L577" class="LineNr">577 </span> <span class="PreProc">var</span> assertion/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1198'>cell-isomorphic?</a> result, expected, trace
<span id="L578" class="LineNr">578 </span> <a href='../502test.mu.html#L19'>check</a> assertion, <span class="Constant">&quot;F - test-macroexpand-inside-backquote-unquote&quot;</span>
<span id="L579" class="LineNr">579 </span><span class="Delimiter">}</span>
<span id="L580" class="LineNr">580 </span>
<span id="L581" class="LineNr">581 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='macroexpand.mu.html#L581'>pending-test-macroexpand-inside-nested-backquote-unquote</a></span> <span class="Delimiter">{</span>
<span id="L582" class="LineNr">582 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L7'>global-table</a>
<span id="L583" class="LineNr">583 </span> <span class="PreProc">var</span> globals/<span class="Constant">edx</span>: (addr <a href='global.mu.html#L7'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L584" class="LineNr">584 </span> <a href='global.mu.html#L12'>initialize-globals</a> globals
<span id="L582" class="LineNr">582 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L1'>global-table</a>
<span id="L583" class="LineNr">583 </span> <span class="PreProc">var</span> globals/<span class="muRegEdx">edx</span>: (addr <a href='global.mu.html#L1'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L584" class="LineNr">584 </span> <a href='global.mu.html#L13'>initialize-globals</a> globals
<span id="L585" class="LineNr">585 </span> <span class="muComment"># new macro: m</span>
<span id="L586" class="LineNr">586 </span> <span class="PreProc">var</span> sandbox-storage: <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L587" class="LineNr">587 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="Constant">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L588" class="LineNr">588 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(def m (litmac litfn () (a b) `(+ ,a ,b)))&quot;</span>
<span id="L589" class="LineNr">589 </span> <a href='sandbox.mu.html#L462'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x13</span>/ctrl-s, globals, <span class="Constant">0</span>/no-disk, <span class="Constant">0</span>/no-screen, <span class="Constant">0</span>/no-tweak-screen
<span id="L587" class="LineNr">587 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="muRegEsi">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L588" class="LineNr">588 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;(define m (litmac litfn () (a b) `(+ ,a ,b)))&quot;</span>
<span id="L589" class="LineNr">589 </span> <a href='sandbox.mu.html#L473'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x13</span>/ctrl-s, globals, <span class="Constant">0</span>/no-disk, <span class="Constant">0</span>/no-tweak-screen
<span id="L590" class="LineNr">590 </span> <span class="muComment"># invoke macro</span>
<span id="L591" class="LineNr">591 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;`(a ,(m 3 4) `(b ,(m 3 4) ,,(m 3 4)))&quot;</span>
<span id="L592" class="LineNr">592 </span> <span class="PreProc">var</span> gap-ah/<span class="Constant">ecx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L593" class="LineNr">593 </span> <span class="PreProc">var</span> gap/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *gap-ah
<span id="L592" class="LineNr">592 </span> <span class="PreProc">var</span> gap-ah/<span class="muRegEcx">ecx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L593" class="LineNr">593 </span> <span class="PreProc">var</span> gap/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *gap-ah
<span id="L594" class="LineNr">594 </span> <span class="PreProc">var</span> result-h: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L595" class="LineNr">595 </span> <span class="PreProc">var</span> result-ah/<span class="Constant">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address result-h
<span id="L595" class="LineNr">595 </span> <span class="PreProc">var</span> result-ah/<span class="muRegEbx">ebx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address result-h
<span id="L596" class="LineNr">596 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L597" class="LineNr">597 </span> <span class="PreProc">var</span> trace/<span class="Constant">ecx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L598" class="LineNr">598 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L597" class="LineNr">597 </span> <span class="PreProc">var</span> trace/<span class="muRegEcx">ecx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L598" class="LineNr">598 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L599" class="LineNr">599 </span> <a href='read.mu.html#L1'>read-cell</a> gap, result-ah, trace
<span id="L600" class="LineNr">600 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> result-ah, globals, trace
<span id="L601" class="LineNr">601 </span> <span class="PreProc">var</span> error?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L83'>has-errors?</a> trace
<span id="L600" class="LineNr">600 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='macroexpand.mu.html#L46'>macroexpand-iter</a> result-ah, globals, trace
<span id="L601" class="LineNr">601 </span> <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
<span id="L602" class="LineNr">602 </span> <a href='../502test.mu.html#L32'>check-not</a> error?, <span class="Constant">&quot;F - test-macroexpand-inside-nested-backquote-unquote/error&quot;</span>
<span id="L603" class="LineNr">603 </span> <a href='print.mu.html#L136'>dump-cell-from-cursor-over-full-screen</a> result-ah
<span id="L604" class="LineNr">604 </span> <span class="PreProc">var</span> _result/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *result-ah
<span id="L605" class="LineNr">605 </span> <span class="PreProc">var</span> result/<span class="Constant">edi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _result
<span id="L604" class="LineNr">604 </span> <span class="PreProc">var</span> _result/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *result-ah
<span id="L605" class="LineNr">605 </span> <span class="PreProc">var</span> result/<span class="muRegEdi">edi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _result
<span id="L606" class="LineNr">606 </span> <span class="muComment"># expected</span>
<span id="L607" class="LineNr">607 </span> <a href='sandbox.mu.html#L41'>initialize-sandbox-with</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">&quot;`(a ,(+ 3 4) `(b ,(m 3 4) ,,(+ 3 4)))&quot;</span>
<span id="L608" class="LineNr">608 </span> <span class="PreProc">var</span> expected-gap-ah/<span class="Constant">edx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L609" class="LineNr">609 </span> <span class="PreProc">var</span> expected-gap/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-gap-ah
<span id="L608" class="LineNr">608 </span> <span class="PreProc">var</span> expected-gap-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L609" class="LineNr">609 </span> <span class="PreProc">var</span> expected-gap/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-gap-ah
<span id="L610" class="LineNr">610 </span> <span class="PreProc">var</span> expected-h: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L611" class="LineNr">611 </span> <span class="PreProc">var</span> expected-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address expected-h
<span id="L611" class="LineNr">611 </span> <span class="PreProc">var</span> expected-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address expected-h
<span id="L612" class="LineNr">612 </span> <a href='read.mu.html#L1'>read-cell</a> expected-gap, expected-ah, trace
<span id="L613" class="LineNr">613 </span> <a href='print.mu.html#L136'>dump-cell-from-cursor-over-full-screen</a> expected-ah
<span id="L614" class="LineNr">614 </span> <span class="PreProc">var</span> expected/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-ah
<span id="L614" class="LineNr">614 </span> <span class="PreProc">var</span> expected/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *expected-ah
<span id="L615" class="LineNr">615 </span> <span class="muComment">#</span>
<span id="L616" class="LineNr">616 </span> <span class="PreProc">var</span> assertion/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1186'>cell-isomorphic?</a> result, expected, trace
<span id="L616" class="LineNr">616 </span> <span class="PreProc">var</span> assertion/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='evaluate.mu.html#L1198'>cell-isomorphic?</a> result, expected, trace
<span id="L617" class="LineNr">617 </span> <a href='../502test.mu.html#L19'>check</a> assertion, <span class="Constant">&quot;F - test-macroexpand-inside-nested-backquote-unquote&quot;</span>
<span id="L618" class="LineNr">618 </span><span class="Delimiter">}</span>
<span id="L619" class="LineNr">619 </span>

193
html/shell/main.mu.html generated
View File

@ -18,7 +18,8 @@ a { color:inherit; }
.Special { color: #ff6060; }
.LineNr { }
.Constant { color: #008787; }
.CommentedCode { color: #8a8a8a; }
.muRegEsi { color: #87d787; }
.muRegEax { color: #875f00; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muComment { color: #005faf; }
@ -57,175 +58,27 @@ if ('onhashchange' in window) {
<body onload='JumpToLine();'>
<a href='https://github.com/akkartik/mu/blob/main/shell/main.mu'>https://github.com/akkartik/mu/blob/main/shell/main.mu</a>
<pre id='vimCodeElement'>
<span id="L1" class="LineNr"> 1 </span><span class="muComment"># Experimental Mu shell</span>
<span id="L2" class="LineNr"> 2 </span><span class="muComment"># A Lisp with indent-sensitivity and infix.</span>
<span id="L3" class="LineNr"> 3 </span>
<span id="L4" class="LineNr"> 4 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='main.mu.html#L4'>main</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), keyboard: (addr keyboard), data-disk: (addr disk) <span class="Delimiter">{</span>
<span id="L5" class="LineNr"> 5 </span> <span class="PreProc">var</span> globals-storage: <a href='global.mu.html#L7'>global-table</a>
<span id="L6" class="LineNr"> 6 </span> <span class="PreProc">var</span> globals/<span class="Constant">edi</span>: (addr <a href='global.mu.html#L7'>global-table</a>) <span class="Special">&lt;-</span> address globals-storage
<span id="L7" class="LineNr"> 7 </span> <a href='global.mu.html#L12'>initialize-globals</a> globals
<span id="L8" class="LineNr"> 8 </span> <span class="PreProc">var</span> sandbox-storage: <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L9" class="LineNr"> 9 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="Constant">esi</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> address sandbox-storage
<span id="L10" class="LineNr"> 10 </span> <a href='sandbox.mu.html#L12'>initialize-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">1</span>/with-screen
<span id="L11" class="LineNr"> 11 </span> <a href='main.mu.html#L79'>load-state</a> data-disk, <a href='sandbox.mu.html#L1'>sandbox</a>, globals
<span id="L12" class="LineNr"> 12 </span> $main:<span class="PreProc">loop</span>: <span class="Delimiter">{</span>
<span id="L13" class="LineNr"> 13 </span> <span class="muComment"># globals layout: 1 char padding, 41 code, 1 padding, 41 code, 1 padding = 85</span>
<span id="L14" class="LineNr"> 14 </span> <span class="muComment"># sandbox layout: 1 padding, 41 code, 1 padding = 43</span>
<span id="L15" class="LineNr"> 15 </span> <span class="muComment"># total = 128 chars</span>
<span id="L16" class="LineNr"> 16 </span> <a href='global.mu.html#L156'>render-globals</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, globals
<span id="L17" class="LineNr"> 17 </span> <a href='sandbox.mu.html#L81'>render-sandbox</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <a href='sandbox.mu.html#L1'>sandbox</a>, <span class="Constant">0x55</span>/sandbox-left-margin, <span class="Constant">0</span>/sandbox-top-margin, <span class="Constant">0x80</span>/screen-width, <span class="Constant">0x2f</span>/screen-height-without-menu
<span id="L18" class="LineNr"> 18 </span> <span class="Delimiter">{</span>
<span id="L19" class="LineNr"> 19 </span> <span class="PreProc">var</span> key/<span class="Constant">eax</span>: byte <span class="Special">&lt;-</span> <a href='../102keyboard.subx.html#L21'>read-key</a> keyboard
<span id="L20" class="LineNr"> 20 </span> compare key, <span class="Constant">0</span>
<span id="L21" class="LineNr"> 21 </span> <span class="PreProc">loop-if-=</span>
<span id="L22" class="LineNr"> 22 </span> <span class="muComment"># ctrl-r</span>
<span id="L23" class="LineNr"> 23 </span> <span class="Delimiter">{</span>
<span id="L24" class="LineNr"> 24 </span> compare key, <span class="Constant">0x12</span>/ctrl-r
<span id="L25" class="LineNr"> 25 </span> <span class="PreProc">break-if-!=</span>
<span id="L26" class="LineNr"> 26 </span> <span class="PreProc">var</span> tmp/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L27" class="LineNr"> 27 </span> <span class="PreProc">var</span> <a href='cell.mu.html#L121'>nil</a>: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L28" class="LineNr"> 28 </span> tmp <span class="Special">&lt;-</span> address <a href='cell.mu.html#L121'>nil</a>
<span id="L29" class="LineNr"> 29 </span> <a href='cell.mu.html#L102'>allocate-pair</a> tmp
<span id="L30" class="LineNr"> 30 </span> <span class="muComment"># (main 0/real-screen 0/real-keyboard)</span>
<span id="L31" class="LineNr"> 31 </span> <span class="muComment"># We're using the fact that 'screen' and 'keyboard' in this function are always 0.</span>
<span id="L32" class="LineNr"> 32 </span> <span class="PreProc">var</span> real-keyboard: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L33" class="LineNr"> 33 </span> tmp <span class="Special">&lt;-</span> address real-keyboard
<span id="L34" class="LineNr"> 34 </span> <a href='cell.mu.html#L177'>allocate-keyboard</a> tmp
<span id="L35" class="LineNr"> 35 </span> <span class="muComment"># args = cons(real-keyboard, nil)</span>
<span id="L36" class="LineNr"> 36 </span> <span class="PreProc">var</span> args: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L37" class="LineNr"> 37 </span> tmp <span class="Special">&lt;-</span> address args
<span id="L38" class="LineNr"> 38 </span> <a href='cell.mu.html#L116'>new-pair</a> tmp, real-keyboard, <a href='cell.mu.html#L121'>nil</a>
<span id="L39" class="LineNr"> 39 </span> <span class="muComment">#</span>
<span id="L40" class="LineNr"> 40 </span> <span class="PreProc">var</span> real-screen: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L41" class="LineNr"> 41 </span> tmp <span class="Special">&lt;-</span> address real-screen
<span id="L42" class="LineNr"> 42 </span> <a href='cell.mu.html#L146'>allocate-screen</a> tmp
<span id="L43" class="LineNr"> 43 </span> <span class="muComment"># args = cons(real-screen, args)</span>
<span id="L44" class="LineNr"> 44 </span> tmp <span class="Special">&lt;-</span> address args
<span id="L45" class="LineNr"> 45 </span> <a href='cell.mu.html#L116'>new-pair</a> tmp, real-screen, *tmp
<span id="L46" class="LineNr"> 46 </span> <span class="muComment">#</span>
<span id="L47" class="LineNr"> 47 </span> <span class="PreProc">var</span> <a href='main.mu.html#L4'>main</a>: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L48" class="LineNr"> 48 </span> tmp <span class="Special">&lt;-</span> address <a href='main.mu.html#L4'>main</a>
<span id="L49" class="LineNr"> 49 </span> <a href='cell.mu.html#L39'>new-symbol</a> tmp, <span class="Constant">&quot;main&quot;</span>
<span id="L50" class="LineNr"> 50 </span> <span class="muComment"># args = cons(main, args)</span>
<span id="L51" class="LineNr"> 51 </span> tmp <span class="Special">&lt;-</span> address args
<span id="L52" class="LineNr"> 52 </span> <a href='cell.mu.html#L116'>new-pair</a> tmp, <a href='main.mu.html#L4'>main</a>, *tmp
<span id="L53" class="LineNr"> 53 </span> <span class="muComment"># clear real screen</span>
<span id="L54" class="LineNr"> 54 </span> <a href='../500fake-screen.mu.html#L231'>clear-screen</a> <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L55" class="LineNr"> 55 </span> <a href='../500fake-screen.mu.html#L170'>set-cursor-position</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">0</span>, <span class="Constant">0</span>
<span id="L56" class="LineNr"> 56 </span> <span class="muComment"># run</span>
<span id="L57" class="LineNr"> 57 </span> <span class="PreProc">var</span> out: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L58" class="LineNr"> 58 </span> <span class="PreProc">var</span> out-ah/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address out
<span id="L59" class="LineNr"> 59 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L60" class="LineNr"> 60 </span> <span class="PreProc">var</span> trace/<span class="Constant">ebx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L61" class="LineNr"> 61 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L62" class="LineNr"> 62 </span> <a href='evaluate.mu.html#L5'>evaluate</a> tmp, out-ah, <a href='cell.mu.html#L121'>nil</a>, globals, trace, <span class="Constant">0</span>/no-fake-screen, <span class="Constant">0</span>/no-fake-keyboard, <span class="Constant">0</span>/call-number
<span id="L63" class="LineNr"> 63 </span> <span class="Delimiter">{</span>
<span id="L64" class="LineNr"> 64 </span> <span class="PreProc">var</span> tmp/<span class="Constant">eax</span>: byte <span class="Special">&lt;-</span> <a href='../102keyboard.subx.html#L21'>read-key</a> keyboard
<span id="L65" class="LineNr"> 65 </span> compare tmp, <span class="Constant">0</span>
<span id="L66" class="LineNr"> 66 </span> <span class="PreProc">loop-if-=</span>
<span id="L67" class="LineNr"> 67 </span> <span class="Delimiter">}</span>
<span id="L68" class="LineNr"> 68 </span> <span class="muComment">#</span>
<span id="L69" class="LineNr"> 69 </span> <span class="PreProc">loop</span> $main:<span class="PreProc">loop</span>
<span id="L70" class="LineNr"> 70 </span> <span class="Delimiter">}</span>
<span id="L71" class="LineNr"> 71 </span> <span class="muComment"># no way to quit right now; just reboot</span>
<span id="L72" class="LineNr"> 72 </span> <a href='sandbox.mu.html#L462'>edit-sandbox</a> <a href='sandbox.mu.html#L1'>sandbox</a>, key, globals, data-disk, <a href='../500fake-screen.mu.html#L14'>screen</a>, <span class="Constant">1</span>/tweak-real-screen
<span id="L73" class="LineNr"> 73 </span> <span class="Delimiter">}</span>
<span id="L74" class="LineNr"> 74 </span> <span class="PreProc">loop</span>
<span id="L75" class="LineNr"> 75 </span> <span class="Delimiter">}</span>
<span id="L76" class="LineNr"> 76 </span><span class="Delimiter">}</span>
<span id="L77" class="LineNr"> 77 </span>
<span id="L78" class="LineNr"> 78 </span><span class="muComment"># Gotcha: some saved state may not load.</span>
<span id="L79" class="LineNr"> 79 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='main.mu.html#L79'>load-state</a></span> data-disk: (addr disk), _sandbox: (addr <a href='sandbox.mu.html#L1'>sandbox</a>), globals: (addr <a href='global.mu.html#L7'>global-table</a>) <span class="Delimiter">{</span>
<span id="L80" class="LineNr"> 80 </span> <span class="PreProc">var</span> <a href='sandbox.mu.html#L1'>sandbox</a>/<span class="Constant">eax</span>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>) <span class="Special">&lt;-</span> copy _sandbox
<span id="L81" class="LineNr"> 81 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get <a href='sandbox.mu.html#L1'>sandbox</a>, data
<span id="L82" class="LineNr"> 82 </span> <span class="PreProc">var</span> _data/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L83" class="LineNr"> 83 </span> <span class="PreProc">var</span> data/<span class="Constant">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> copy _data
<span id="L84" class="LineNr"> 84 </span> <span class="muComment"># data-disk -&gt; stream</span>
<span id="L85" class="LineNr"> 85 </span> <span class="PreProc">var</span> s-storage: (stream byte <span class="Constant">0x1000</span>) <span class="muComment"># space for 8/sectors</span>
<span id="L86" class="LineNr"> 86 </span> <span class="PreProc">var</span> s/<span class="Constant">ebx</span>: (addr stream byte) <span class="Special">&lt;-</span> address s-storage
<span id="L87" class="LineNr"> 87 </span> <a href='../501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;loading sectors from data disk&quot;</span>, <span class="Constant">3</span>/fg, <span class="Constant">0</span>/bg
<span id="L88" class="LineNr"> 88 </span> <a href='../501draw-text.mu.html#L65'>move-cursor-to-left-margin-of-next-line</a> <span class="Constant">0</span>/screen
<span id="L89" class="LineNr"> 89 </span> <a href='../boot.subx.html#L960'>load-sectors</a> data-disk, <span class="Constant">0</span>/lba, <span class="Constant">8</span>/sectors, s
<span id="L90" class="LineNr"> 90 </span><span class="CommentedCode">#? draw-stream-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, s, 7/fg, 0xc5/bg=blue-bg</span>
<span id="L91" class="LineNr"> 91 </span> <span class="muComment"># stream -&gt; gap-buffer</span>
<span id="L92" class="LineNr"> 92 </span> <a href='../501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;parsing&quot;</span>, <span class="Constant">3</span>/fg, <span class="Constant">0</span>/bg
<span id="L93" class="LineNr"> 93 </span> <a href='../501draw-text.mu.html#L65'>move-cursor-to-left-margin-of-next-line</a> <span class="Constant">0</span>/screen
<span id="L94" class="LineNr"> 94 </span> <a href='gap-buffer.mu.html#L52'>load-gap-buffer-from-stream</a> data, s
<span id="L95" class="LineNr"> 95 </span> <a href='../501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot; into gap buffer&quot;</span>, <span class="Constant">3</span>/fg, <span class="Constant">0</span>/bg
<span id="L96" class="LineNr"> 96 </span> <a href='../501draw-text.mu.html#L65'>move-cursor-to-left-margin-of-next-line</a> <span class="Constant">0</span>/screen
<span id="L97" class="LineNr"> 97 </span> <a href='../106stream.subx.html#L20'>clear-stream</a> s
<span id="L98" class="LineNr"> 98 </span> <span class="muComment"># read: gap-buffer -&gt; cell</span>
<span id="L99" class="LineNr"> 99 </span> <span class="PreProc">var</span> initial-root-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L100" class="LineNr">100 </span> <span class="PreProc">var</span> initial-root/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address initial-root-storage
<span id="L101" class="LineNr">101 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L102" class="LineNr">102 </span> <span class="PreProc">var</span> trace/<span class="Constant">edi</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L103" class="LineNr">103 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L104" class="LineNr">104 </span> <a href='read.mu.html#L1'>read-cell</a> data, initial-root, trace
<span id="L105" class="LineNr">105 </span> <a href='../501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot; into s-expressions&quot;</span>, <span class="Constant">3</span>/fg, <span class="Constant">0</span>/bg
<span id="L106" class="LineNr">106 </span> <a href='../501draw-text.mu.html#L65'>move-cursor-to-left-margin-of-next-line</a> <span class="Constant">0</span>/screen
<span id="L107" class="LineNr">107 </span> <a href='gap-buffer.mu.html#L19'>clear-gap-buffer</a> data
<span id="L108" class="LineNr">108 </span> <span class="muComment">#</span>
<span id="L109" class="LineNr">109 </span> <span class="Delimiter">{</span>
<span id="L110" class="LineNr">110 </span> <span class="PreProc">var</span> initial-root-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *initial-root
<span id="L111" class="LineNr">111 </span> compare initial-root-addr, <span class="Constant">0</span>
<span id="L112" class="LineNr">112 </span> <span class="PreProc">break-if-!=</span>
<span id="L113" class="LineNr">113 </span> <span class="PreProc">return</span>
<span id="L114" class="LineNr">114 </span> <span class="Delimiter">}</span>
<span id="L115" class="LineNr">115 </span> <span class="muComment"># load globals from assoc(initial-root, 'globals)</span>
<span id="L116" class="LineNr">116 </span> <span class="PreProc">var</span> globals-literal-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L117" class="LineNr">117 </span> <span class="PreProc">var</span> globals-literal-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address globals-literal-storage
<span id="L118" class="LineNr">118 </span> <a href='cell.mu.html#L39'>new-symbol</a> globals-literal-ah, <span class="Constant">&quot;globals&quot;</span>
<span id="L119" class="LineNr">119 </span> <span class="PreProc">var</span> globals-literal/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *globals-literal-ah
<span id="L120" class="LineNr">120 </span> <span class="PreProc">var</span> globals-cell-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L121" class="LineNr">121 </span> <span class="PreProc">var</span> globals-cell-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address globals-cell-storage
<span id="L122" class="LineNr">122 </span> <a href='trace.mu.html#L69'>clear-trace</a> trace
<span id="L123" class="LineNr">123 </span> <a href='evaluate.mu.html#L800'>lookup-symbol</a> globals-literal, globals-cell-ah, *initial-root, <span class="Constant">0</span>/no-globals, trace, <span class="Constant">0</span>/no-screen, <span class="Constant">0</span>/no-keyboard
<span id="L124" class="LineNr">124 </span> <span class="PreProc">var</span> globals-cell/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *globals-cell-ah
<span id="L125" class="LineNr">125 </span> <span class="Delimiter">{</span>
<span id="L126" class="LineNr">126 </span> compare globals-cell, <span class="Constant">0</span>
<span id="L127" class="LineNr">127 </span> <span class="PreProc">break-if-=</span>
<span id="L128" class="LineNr">128 </span> <a href='global.mu.html#L66'>load-globals</a> globals-cell-ah, globals
<span id="L129" class="LineNr">129 </span> <span class="Delimiter">}</span>
<span id="L130" class="LineNr">130 </span> <span class="muComment"># sandbox = assoc(initial-root, 'sandbox)</span>
<span id="L131" class="LineNr">131 </span> <a href='../501draw-text.mu.html#L279'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;loading sandbox&quot;</span>, <span class="Constant">3</span>/fg, <span class="Constant">0</span>/bg
<span id="L132" class="LineNr">132 </span> <span class="PreProc">var</span> sandbox-literal-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L133" class="LineNr">133 </span> <span class="PreProc">var</span> sandbox-literal-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address sandbox-literal-storage
<span id="L134" class="LineNr">134 </span> <a href='cell.mu.html#L39'>new-symbol</a> sandbox-literal-ah, <span class="Constant">&quot;sandbox&quot;</span>
<span id="L135" class="LineNr">135 </span> <span class="PreProc">var</span> sandbox-literal/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *sandbox-literal-ah
<span id="L136" class="LineNr">136 </span> <span class="PreProc">var</span> sandbox-cell-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L137" class="LineNr">137 </span> <span class="PreProc">var</span> sandbox-cell-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address sandbox-cell-storage
<span id="L138" class="LineNr">138 </span> <a href='trace.mu.html#L69'>clear-trace</a> trace
<span id="L139" class="LineNr">139 </span> <a href='evaluate.mu.html#L800'>lookup-symbol</a> sandbox-literal, sandbox-cell-ah, *initial-root, <span class="Constant">0</span>/no-globals, trace, <span class="Constant">0</span>/no-screen, <span class="Constant">0</span>/no-keyboard
<span id="L140" class="LineNr">140 </span> <span class="PreProc">var</span> sandbox-cell/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *sandbox-cell-ah
<span id="L141" class="LineNr">141 </span> <span class="Delimiter">{</span>
<span id="L142" class="LineNr">142 </span> compare sandbox-cell, <span class="Constant">0</span>
<span id="L143" class="LineNr">143 </span> <span class="PreProc">break-if-=</span>
<span id="L144" class="LineNr">144 </span> <span class="muComment"># print: cell -&gt; stream</span>
<span id="L145" class="LineNr">145 </span> <a href='trace.mu.html#L69'>clear-trace</a> trace
<span id="L146" class="LineNr">146 </span> <a href='print.mu.html#L7'>print-cell</a> sandbox-cell-ah, s, trace
<span id="L147" class="LineNr">147 </span> <span class="muComment"># stream -&gt; gap-buffer</span>
<span id="L148" class="LineNr">148 </span> <a href='gap-buffer.mu.html#L52'>load-gap-buffer-from-stream</a> data, s
<span id="L149" class="LineNr">149 </span> <span class="Delimiter">}</span>
<span id="L150" class="LineNr">150 </span><span class="Delimiter">}</span>
<span id="L151" class="LineNr">151 </span>
<span id="L152" class="LineNr">152 </span><span class="muComment"># Save state as an alist of alists:</span>
<span id="L153" class="LineNr">153 </span><span class="muComment"># ((globals . ((a . (fn ...))</span>
<span id="L154" class="LineNr">154 </span><span class="muComment"># ...))</span>
<span id="L155" class="LineNr">155 </span><span class="muComment"># (sandbox . ...))</span>
<span id="L156" class="LineNr">156 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='main.mu.html#L156'>store-state</a></span> data-disk: (addr disk), <a href='sandbox.mu.html#L1'>sandbox</a>: (addr <a href='sandbox.mu.html#L1'>sandbox</a>), globals: (addr <a href='global.mu.html#L7'>global-table</a>) <span class="Delimiter">{</span>
<span id="L157" class="LineNr">157 </span> compare data-disk, <span class="Constant">0</span>/no-disk
<span id="L158" class="LineNr">158 </span> <span class="Delimiter">{</span>
<span id="L159" class="LineNr">159 </span> <span class="PreProc">break-if-!=</span>
<span id="L160" class="LineNr">160 </span> <span class="PreProc">return</span>
<span id="L161" class="LineNr">161 </span> <span class="Delimiter">}</span>
<span id="L162" class="LineNr">162 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x1000</span>) <span class="muComment"># space enough for 8/sectors</span>
<span id="L163" class="LineNr">163 </span> <span class="PreProc">var</span> stream/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L164" class="LineNr">164 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;(\n&quot;</span>
<span id="L165" class="LineNr">165 </span> <a href='global.mu.html#L109'>write-globals</a> stream, globals
<span id="L166" class="LineNr">166 </span> <a href='sandbox.mu.html#L64'>write-sandbox</a> stream, <a href='sandbox.mu.html#L1'>sandbox</a>
<span id="L167" class="LineNr">167 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;)\n&quot;</span>
<span id="L168" class="LineNr">168 </span> <a href='../boot.subx.html#L1023'>store-sectors</a> data-disk, <span class="Constant">0</span>/lba, <span class="Constant">8</span>/sectors, stream
<span id="L169" class="LineNr">169 </span><span class="Delimiter">}</span>
<span id="L1" class="LineNr"> 1 </span><span class="muComment"># Experimental Mu shell</span>
<span id="L2" class="LineNr"> 2 </span><span class="muComment"># A Lisp with indent-sensitivity and infix.</span>
<span id="L3" class="LineNr"> 3 </span>
<span id="L4" class="LineNr"> 4 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='main.mu.html#L4'>main</a></span> <a href='../500fake-screen.mu.html#L14'>screen</a>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>), keyboard: (addr keyboard), data-disk: (addr disk) <span class="Delimiter">{</span>
<span id="L5" class="LineNr"> 5 </span> <span class="PreProc">var</span> env-storage: <a href='environment.mu.html#L1'>environment</a>
<span id="L6" class="LineNr"> 6 </span> <span class="PreProc">var</span> env/<span class="muRegEsi">esi</span>: (addr <a href='environment.mu.html#L1'>environment</a>) <span class="Special">&lt;-</span> address env-storage
<span id="L7" class="LineNr"> 7 </span> <a href='environment.mu.html#L9'>initialize-environment</a> env
<span id="L8" class="LineNr"> 8 </span> <a href='environment.mu.html#L329'>load-state</a> env, data-disk
<span id="L9" class="LineNr"> 9 </span> $main:<span class="PreProc">loop</span>: <span class="Delimiter">{</span>
<span id="L10" class="LineNr">10 </span> <a href='environment.mu.html#L21'>render-environment</a> <a href='../500fake-screen.mu.html#L14'>screen</a>, env
<span id="L11" class="LineNr">11 </span> <span class="muComment"># no way to quit right now; just reboot</span>
<span id="L12" class="LineNr">12 </span> <span class="Delimiter">{</span>
<span id="L13" class="LineNr">13 </span> <span class="PreProc">var</span> key/<span class="muRegEax">eax</span>: byte <span class="Special">&lt;-</span> <a href='../102keyboard.subx.html#L21'>read-key</a> keyboard
<span id="L14" class="LineNr">14 </span> compare key, <span class="Constant">0</span>
<span id="L15" class="LineNr">15 </span> <span class="PreProc">loop-if-=</span>
<span id="L16" class="LineNr">16 </span> <span class="PreProc">var</span> key/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> copy key
<span id="L17" class="LineNr">17 </span> <a href='environment.mu.html#L54'>edit-environment</a> env, key, data-disk
<span id="L18" class="LineNr">18 </span> <span class="Delimiter">}</span>
<span id="L19" class="LineNr">19 </span> <span class="PreProc">loop</span>
<span id="L20" class="LineNr">20 </span> <span class="Delimiter">}</span>
<span id="L21" class="LineNr">21 </span><span class="Delimiter">}</span>
</pre>
</body>
</html>

319
html/shell/parse.mu.html generated
View File

@ -15,9 +15,14 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color:
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEdx { color: #878700; }
.LineNr { }
.Constant { color: #008787; }
.muRegEdi { color: #87ffd7; }
.muRegEsi { color: #87d787; }
.muComment { color: #005faf; }
.Constant { color: #008787; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.Special { color: #ff6060; }
@ -58,126 +63,126 @@ if ('onhashchange' in window) {
<pre id='vimCodeElement'>
<span id="L1" class="LineNr"> 1 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='parse.mu.html#L1'>parse-input</a></span> tokens: (addr stream <a href='cell.mu.html#L1'>cell</a>), out: (addr handle <a href='cell.mu.html#L1'>cell</a>), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L2" class="LineNr"> 2 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> tokens
<span id="L3" class="LineNr"> 3 </span> <span class="PreProc">var</span> empty?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> tokens
<span id="L3" class="LineNr"> 3 </span> <span class="PreProc">var</span> empty?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> tokens
<span id="L4" class="LineNr"> 4 </span> compare empty?, <span class="Constant">0</span>/false
<span id="L5" class="LineNr"> 5 </span> <span class="Delimiter">{</span>
<span id="L6" class="LineNr"> 6 </span> <span class="PreProc">break-if-=</span>
<span id="L7" class="LineNr"> 7 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;nothing to parse&quot;</span>
<span id="L7" class="LineNr"> 7 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;nothing to parse&quot;</span>
<span id="L8" class="LineNr"> 8 </span> <span class="PreProc">return</span>
<span id="L9" class="LineNr"> 9 </span> <span class="Delimiter">}</span>
<span id="L10" class="LineNr"> 10 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L11" class="LineNr"> 11 </span> <span class="PreProc">var</span> dummy?/<span class="Constant">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L10" class="LineNr"> 10 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L11" class="LineNr"> 11 </span> <span class="PreProc">var</span> dummy?/<span class="muRegEcx">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L12" class="LineNr"> 12 </span> close-paren?, dummy? <span class="Special">&lt;-</span> <a href='parse.mu.html#L30'>parse-sexpression</a> tokens, out, trace
<span id="L13" class="LineNr"> 13 </span> <span class="Delimiter">{</span>
<span id="L14" class="LineNr"> 14 </span> compare close-paren?, <span class="Constant">0</span>/false
<span id="L15" class="LineNr"> 15 </span> <span class="PreProc">break-if-=</span>
<span id="L16" class="LineNr"> 16 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;')' is not a valid expression&quot;</span>
<span id="L16" class="LineNr"> 16 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;')' is not a valid expression&quot;</span>
<span id="L17" class="LineNr"> 17 </span> <span class="PreProc">return</span>
<span id="L18" class="LineNr"> 18 </span> <span class="Delimiter">}</span>
<span id="L19" class="LineNr"> 19 </span> <span class="Delimiter">{</span>
<span id="L20" class="LineNr"> 20 </span> <span class="PreProc">var</span> empty?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> tokens
<span id="L20" class="LineNr"> 20 </span> <span class="PreProc">var</span> empty?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> tokens
<span id="L21" class="LineNr"> 21 </span> compare empty?, <span class="Constant">0</span>/false
<span id="L22" class="LineNr"> 22 </span> <span class="PreProc">break-if-!=</span>
<span id="L23" class="LineNr"> 23 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;unexpected tokens at end; only type in a single expression at a time&quot;</span>
<span id="L23" class="LineNr"> 23 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;unexpected tokens at end; only type in a single expression at a time&quot;</span>
<span id="L24" class="LineNr"> 24 </span> <span class="Delimiter">}</span>
<span id="L25" class="LineNr"> 25 </span><span class="Delimiter">}</span>
<span id="L26" class="LineNr"> 26 </span>
<span id="L27" class="LineNr"> 27 </span><span class="muComment"># return values:</span>
<span id="L28" class="LineNr"> 28 </span><span class="muComment"># unmatched close-paren encountered?</span>
<span id="L29" class="LineNr"> 29 </span><span class="muComment"># dot encountered? (only used internally by recursive calls)</span>
<span id="L30" class="LineNr"> 30 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='parse.mu.html#L30'>parse-sexpression</a></span> tokens: (addr stream <a href='cell.mu.html#L1'>cell</a>), _out: (addr handle <a href='cell.mu.html#L1'>cell</a>), trace: (addr trace)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean, _/<span class="Constant">ecx</span>: boolean <span class="Delimiter">{</span>
<span id="L31" class="LineNr"> 31 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;parse&quot;</span>, <span class="Constant">&quot;parse&quot;</span>
<span id="L32" class="LineNr"> 32 </span> <a href='trace.mu.html#L228'>trace-lower</a> trace
<span id="L30" class="LineNr"> 30 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='parse.mu.html#L30'>parse-sexpression</a></span> tokens: (addr stream <a href='cell.mu.html#L1'>cell</a>), _out: (addr handle <a href='cell.mu.html#L1'>cell</a>), trace: (addr trace)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean, _/<span class="muRegEcx">ecx</span>: boolean <span class="Delimiter">{</span>
<span id="L31" class="LineNr"> 31 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;parse&quot;</span>, <span class="Constant">&quot;parse&quot;</span>
<span id="L32" class="LineNr"> 32 </span> <a href='trace.mu.html#L239'>trace-lower</a> trace
<span id="L33" class="LineNr"> 33 </span> <span class="PreProc">var</span> curr-token-storage: <a href='cell.mu.html#L1'>cell</a>
<span id="L34" class="LineNr"> 34 </span> <span class="PreProc">var</span> curr-token/<span class="Constant">ecx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L35" class="LineNr"> 35 </span> <span class="PreProc">var</span> empty?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> tokens
<span id="L34" class="LineNr"> 34 </span> <span class="PreProc">var</span> curr-token/<span class="muRegEcx">ecx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L35" class="LineNr"> 35 </span> <span class="PreProc">var</span> empty?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> tokens
<span id="L36" class="LineNr"> 36 </span> compare empty?, <span class="Constant">0</span>/false
<span id="L37" class="LineNr"> 37 </span> <span class="Delimiter">{</span>
<span id="L38" class="LineNr"> 38 </span> <span class="PreProc">break-if-=</span>
<span id="L39" class="LineNr"> 39 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;end of stream; never found a balancing ')'&quot;</span>
<span id="L40" class="LineNr"> 40 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L39" class="LineNr"> 39 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;end of stream; never found a balancing ')'&quot;</span>
<span id="L40" class="LineNr"> 40 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L41" class="LineNr"> 41 </span> <span class="PreProc">return</span> <span class="Constant">1</span>/true, <span class="Constant">0</span>/false
<span id="L42" class="LineNr"> 42 </span> <span class="Delimiter">}</span>
<span id="L43" class="LineNr"> 43 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> tokens, curr-token
<span id="L44" class="LineNr"> 44 </span> $parse-sexpression:type-check: <span class="Delimiter">{</span>
<span id="L45" class="LineNr"> 45 </span> <span class="muComment"># single quote -&gt; parse as list with a special car</span>
<span id="L46" class="LineNr"> 46 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L868'>quote-token?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L868'>quote-token?</a> curr-token
<span id="L46" class="LineNr"> 46 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L868'>quote-token?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L868'>quote-token?</a> curr-token
<span id="L47" class="LineNr"> 47 </span> compare <a href='tokenize.mu.html#L868'>quote-token?</a>, <span class="Constant">0</span>/false
<span id="L48" class="LineNr"> 48 </span> <span class="Delimiter">{</span>
<span id="L49" class="LineNr"> 49 </span> <span class="PreProc">break-if-=</span>
<span id="L50" class="LineNr"> 50 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L50" class="LineNr"> 50 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L51" class="LineNr"> 51 </span> <a href='cell.mu.html#L102'>allocate-pair</a> out
<span id="L52" class="LineNr"> 52 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L53" class="LineNr"> 53 </span> <span class="PreProc">var</span> left-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, left
<span id="L52" class="LineNr"> 52 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L53" class="LineNr"> 53 </span> <span class="PreProc">var</span> left-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, left
<span id="L54" class="LineNr"> 54 </span> <a href='cell.mu.html#L39'>new-symbol</a> left-ah, <span class="Constant">&quot;'&quot;</span>
<span id="L55" class="LineNr"> 55 </span> <span class="PreProc">var</span> right-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, right
<span id="L56" class="LineNr"> 56 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L57" class="LineNr"> 57 </span> <span class="PreProc">var</span> dot?/<span class="Constant">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L55" class="LineNr"> 55 </span> <span class="PreProc">var</span> right-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, right
<span id="L56" class="LineNr"> 56 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L57" class="LineNr"> 57 </span> <span class="PreProc">var</span> dot?/<span class="muRegEcx">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L58" class="LineNr"> 58 </span> close-paren?, dot? <span class="Special">&lt;-</span> <a href='parse.mu.html#L30'>parse-sexpression</a> tokens, right-ah, trace
<span id="L59" class="LineNr"> 59 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L59" class="LineNr"> 59 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L60" class="LineNr"> 60 </span> <span class="PreProc">return</span> close-paren?, dot?
<span id="L61" class="LineNr"> 61 </span> <span class="Delimiter">}</span>
<span id="L62" class="LineNr"> 62 </span> <span class="muComment"># backquote quote -&gt; parse as list with a special car</span>
<span id="L63" class="LineNr"> 63 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L877'>backquote-token?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L877'>backquote-token?</a> curr-token
<span id="L63" class="LineNr"> 63 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L877'>backquote-token?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L877'>backquote-token?</a> curr-token
<span id="L64" class="LineNr"> 64 </span> compare <a href='tokenize.mu.html#L877'>backquote-token?</a>, <span class="Constant">0</span>/false
<span id="L65" class="LineNr"> 65 </span> <span class="Delimiter">{</span>
<span id="L66" class="LineNr"> 66 </span> <span class="PreProc">break-if-=</span>
<span id="L67" class="LineNr"> 67 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L67" class="LineNr"> 67 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L68" class="LineNr"> 68 </span> <a href='cell.mu.html#L102'>allocate-pair</a> out
<span id="L69" class="LineNr"> 69 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L70" class="LineNr"> 70 </span> <span class="PreProc">var</span> left-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, left
<span id="L69" class="LineNr"> 69 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L70" class="LineNr"> 70 </span> <span class="PreProc">var</span> left-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, left
<span id="L71" class="LineNr"> 71 </span> <a href='cell.mu.html#L39'>new-symbol</a> left-ah, <span class="Constant">&quot;`&quot;</span>
<span id="L72" class="LineNr"> 72 </span> <span class="PreProc">var</span> right-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, right
<span id="L73" class="LineNr"> 73 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L74" class="LineNr"> 74 </span> <span class="PreProc">var</span> dot?/<span class="Constant">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L72" class="LineNr"> 72 </span> <span class="PreProc">var</span> right-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, right
<span id="L73" class="LineNr"> 73 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L74" class="LineNr"> 74 </span> <span class="PreProc">var</span> dot?/<span class="muRegEcx">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L75" class="LineNr"> 75 </span> close-paren?, dot? <span class="Special">&lt;-</span> <a href='parse.mu.html#L30'>parse-sexpression</a> tokens, right-ah, trace
<span id="L76" class="LineNr"> 76 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L76" class="LineNr"> 76 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L77" class="LineNr"> 77 </span> <span class="PreProc">return</span> close-paren?, dot?
<span id="L78" class="LineNr"> 78 </span> <span class="Delimiter">}</span>
<span id="L79" class="LineNr"> 79 </span> <span class="muComment"># unquote -&gt; parse as list with a special car</span>
<span id="L80" class="LineNr"> 80 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L886'>unquote-token?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L886'>unquote-token?</a> curr-token
<span id="L80" class="LineNr"> 80 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L886'>unquote-token?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L886'>unquote-token?</a> curr-token
<span id="L81" class="LineNr"> 81 </span> compare <a href='tokenize.mu.html#L886'>unquote-token?</a>, <span class="Constant">0</span>/false
<span id="L82" class="LineNr"> 82 </span> <span class="Delimiter">{</span>
<span id="L83" class="LineNr"> 83 </span> <span class="PreProc">break-if-=</span>
<span id="L84" class="LineNr"> 84 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L84" class="LineNr"> 84 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L85" class="LineNr"> 85 </span> <a href='cell.mu.html#L102'>allocate-pair</a> out
<span id="L86" class="LineNr"> 86 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L87" class="LineNr"> 87 </span> <span class="PreProc">var</span> left-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, left
<span id="L86" class="LineNr"> 86 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L87" class="LineNr"> 87 </span> <span class="PreProc">var</span> left-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, left
<span id="L88" class="LineNr"> 88 </span> <a href='cell.mu.html#L39'>new-symbol</a> left-ah, <span class="Constant">&quot;,&quot;</span>
<span id="L89" class="LineNr"> 89 </span> <span class="PreProc">var</span> right-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, right
<span id="L90" class="LineNr"> 90 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L91" class="LineNr"> 91 </span> <span class="PreProc">var</span> dot?/<span class="Constant">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L89" class="LineNr"> 89 </span> <span class="PreProc">var</span> right-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, right
<span id="L90" class="LineNr"> 90 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L91" class="LineNr"> 91 </span> <span class="PreProc">var</span> dot?/<span class="muRegEcx">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L92" class="LineNr"> 92 </span> close-paren?, dot? <span class="Special">&lt;-</span> <a href='parse.mu.html#L30'>parse-sexpression</a> tokens, right-ah, trace
<span id="L93" class="LineNr"> 93 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L93" class="LineNr"> 93 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L94" class="LineNr"> 94 </span> <span class="PreProc">return</span> close-paren?, dot?
<span id="L95" class="LineNr"> 95 </span> <span class="Delimiter">}</span>
<span id="L96" class="LineNr"> 96 </span> <span class="muComment"># unquote-splice -&gt; parse as list with a special car</span>
<span id="L97" class="LineNr"> 97 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L895'>unquote-splice-token?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L895'>unquote-splice-token?</a> curr-token
<span id="L97" class="LineNr"> 97 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L895'>unquote-splice-token?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L895'>unquote-splice-token?</a> curr-token
<span id="L98" class="LineNr"> 98 </span> compare <a href='tokenize.mu.html#L895'>unquote-splice-token?</a>, <span class="Constant">0</span>/false
<span id="L99" class="LineNr"> 99 </span> <span class="Delimiter">{</span>
<span id="L100" class="LineNr">100 </span> <span class="PreProc">break-if-=</span>
<span id="L101" class="LineNr">101 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L101" class="LineNr">101 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L102" class="LineNr">102 </span> <a href='cell.mu.html#L102'>allocate-pair</a> out
<span id="L103" class="LineNr">103 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L104" class="LineNr">104 </span> <span class="PreProc">var</span> left-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, left
<span id="L103" class="LineNr">103 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L104" class="LineNr">104 </span> <span class="PreProc">var</span> left-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, left
<span id="L105" class="LineNr">105 </span> <a href='cell.mu.html#L39'>new-symbol</a> left-ah, <span class="Constant">&quot;,@&quot;</span>
<span id="L106" class="LineNr">106 </span> <span class="PreProc">var</span> right-ah/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, right
<span id="L107" class="LineNr">107 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L108" class="LineNr">108 </span> <span class="PreProc">var</span> dot?/<span class="Constant">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L106" class="LineNr">106 </span> <span class="PreProc">var</span> right-ah/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get out-addr, right
<span id="L107" class="LineNr">107 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L108" class="LineNr">108 </span> <span class="PreProc">var</span> dot?/<span class="muRegEcx">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L109" class="LineNr">109 </span> close-paren?, dot? <span class="Special">&lt;-</span> <a href='parse.mu.html#L30'>parse-sexpression</a> tokens, right-ah, trace
<span id="L110" class="LineNr">110 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L110" class="LineNr">110 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L111" class="LineNr">111 </span> <span class="PreProc">return</span> close-paren?, dot?
<span id="L112" class="LineNr">112 </span> <span class="Delimiter">}</span>
<span id="L113" class="LineNr">113 </span> <span class="muComment"># dot -&gt; return</span>
<span id="L114" class="LineNr">114 </span> <span class="PreProc">var</span> dot?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L936'>dot-token?</a> curr-token
<span id="L114" class="LineNr">114 </span> <span class="PreProc">var</span> dot?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L936'>dot-token?</a> curr-token
<span id="L115" class="LineNr">115 </span> compare dot?, <span class="Constant">0</span>/false
<span id="L116" class="LineNr">116 </span> <span class="Delimiter">{</span>
<span id="L117" class="LineNr">117 </span> <span class="PreProc">break-if-=</span>
<span id="L118" class="LineNr">118 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L118" class="LineNr">118 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L119" class="LineNr">119 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false, <span class="Constant">1</span>/true
<span id="L120" class="LineNr">120 </span> <span class="Delimiter">}</span>
<span id="L121" class="LineNr">121 </span> <span class="muComment"># not bracket -&gt; parse atom</span>
<span id="L122" class="LineNr">122 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L851'>bracket-token?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L851'>bracket-token?</a> curr-token
<span id="L122" class="LineNr">122 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L851'>bracket-token?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L851'>bracket-token?</a> curr-token
<span id="L123" class="LineNr">123 </span> compare <a href='tokenize.mu.html#L851'>bracket-token?</a>, <span class="Constant">0</span>/false
<span id="L124" class="LineNr">124 </span> <span class="Delimiter">{</span>
<span id="L125" class="LineNr">125 </span> <span class="PreProc">break-if-!=</span>
@ -185,47 +190,47 @@ if ('onhashchange' in window) {
<span id="L127" class="LineNr">127 </span> <span class="PreProc">break</span> $parse-sexpression:type-check
<span id="L128" class="LineNr">128 </span> <span class="Delimiter">}</span>
<span id="L129" class="LineNr">129 </span> <span class="muComment"># open paren -&gt; parse list</span>
<span id="L130" class="LineNr">130 </span> <span class="PreProc">var</span> open-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L904'>open-paren-token?</a> curr-token
<span id="L130" class="LineNr">130 </span> <span class="PreProc">var</span> open-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L904'>open-paren-token?</a> curr-token
<span id="L131" class="LineNr">131 </span> compare open-paren?, <span class="Constant">0</span>/false
<span id="L132" class="LineNr">132 </span> <span class="Delimiter">{</span>
<span id="L133" class="LineNr">133 </span> <span class="PreProc">break-if-=</span>
<span id="L134" class="LineNr">134 </span> <span class="PreProc">var</span> curr/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L134" class="LineNr">134 </span> <span class="PreProc">var</span> curr/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L135" class="LineNr">135 </span> <a href='cell.mu.html#L102'>allocate-pair</a> curr
<span id="L136" class="LineNr">136 </span> <span class="PreProc">var</span> curr-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr
<span id="L137" class="LineNr">137 </span> <span class="PreProc">var</span> left/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get curr-addr, left
<span id="L136" class="LineNr">136 </span> <span class="PreProc">var</span> curr-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr
<span id="L137" class="LineNr">137 </span> <span class="PreProc">var</span> left/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get curr-addr, left
<span id="L138" class="LineNr">138 </span> <span class="Delimiter">{</span>
<span id="L139" class="LineNr">139 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L140" class="LineNr">140 </span> <span class="PreProc">var</span> dot?/<span class="Constant">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L139" class="LineNr">139 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L140" class="LineNr">140 </span> <span class="PreProc">var</span> dot?/<span class="muRegEcx">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L141" class="LineNr">141 </span> close-paren?, dot? <span class="Special">&lt;-</span> <a href='parse.mu.html#L30'>parse-sexpression</a> tokens, left, trace
<span id="L142" class="LineNr">142 </span> <span class="Delimiter">{</span>
<span id="L143" class="LineNr">143 </span> compare dot?, <span class="Constant">0</span>/false
<span id="L144" class="LineNr">144 </span> <span class="PreProc">break-if-=</span>
<span id="L145" class="LineNr">145 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;'.' cannot be at the start of a list&quot;</span>
<span id="L145" class="LineNr">145 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;'.' cannot be at the start of a list&quot;</span>
<span id="L146" class="LineNr">146 </span> <span class="PreProc">return</span> <span class="Constant">1</span>/true, dot?
<span id="L147" class="LineNr">147 </span> <span class="Delimiter">}</span>
<span id="L148" class="LineNr">148 </span> compare close-paren?, <span class="Constant">0</span>/false
<span id="L149" class="LineNr">149 </span> <span class="PreProc">break-if-!=</span>
<span id="L150" class="LineNr">150 </span> <span class="PreProc">var</span> curr-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr
<span id="L150" class="LineNr">150 </span> <span class="PreProc">var</span> curr-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr
<span id="L151" class="LineNr">151 </span> curr <span class="Special">&lt;-</span> get curr-addr, right
<span id="L152" class="LineNr">152 </span> <span class="PreProc">var</span> tmp-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L153" class="LineNr">153 </span> <span class="PreProc">var</span> tmp/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address tmp-storage
<span id="L153" class="LineNr">153 </span> <span class="PreProc">var</span> tmp/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address tmp-storage
<span id="L154" class="LineNr">154 </span> $parse-sexpression:list-loop: <span class="Delimiter">{</span>
<span id="L155" class="LineNr">155 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L156" class="LineNr">156 </span> <span class="PreProc">var</span> dot?/<span class="Constant">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L155" class="LineNr">155 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L156" class="LineNr">156 </span> <span class="PreProc">var</span> dot?/<span class="muRegEcx">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L157" class="LineNr">157 </span> close-paren?, dot? <span class="Special">&lt;-</span> <a href='parse.mu.html#L30'>parse-sexpression</a> tokens, tmp, trace
<span id="L158" class="LineNr">158 </span> <span class="muComment"># '.' -&gt; clean up right here and return</span>
<span id="L159" class="LineNr">159 </span> compare dot?, <span class="Constant">0</span>/false
<span id="L160" class="LineNr">160 </span> <span class="Delimiter">{</span>
<span id="L161" class="LineNr">161 </span> <span class="PreProc">break-if-=</span>
<span id="L162" class="LineNr">162 </span> <a href='parse.mu.html#L265'>parse-dot-tail</a> tokens, curr, trace
<span id="L162" class="LineNr">162 </span> <a href='parse.mu.html#L275'>parse-dot-tail</a> tokens, curr, trace
<span id="L163" class="LineNr">163 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false, <span class="Constant">0</span>/false
<span id="L164" class="LineNr">164 </span> <span class="Delimiter">}</span>
<span id="L165" class="LineNr">165 </span> <a href='cell.mu.html#L102'>allocate-pair</a> curr
<span id="L166" class="LineNr">166 </span> <span class="muComment"># ')' -&gt; return</span>
<span id="L167" class="LineNr">167 </span> compare close-paren?, <span class="Constant">0</span>/false
<span id="L168" class="LineNr">168 </span> <span class="PreProc">break-if-!=</span>
<span id="L169" class="LineNr">169 </span> <span class="PreProc">var</span> curr-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr
<span id="L170" class="LineNr">170 </span> <span class="PreProc">var</span> left/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get curr-addr, left
<span id="L169" class="LineNr">169 </span> <span class="PreProc">var</span> curr-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr
<span id="L170" class="LineNr">170 </span> <span class="PreProc">var</span> left/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get curr-addr, left
<span id="L171" class="LineNr">171 </span> copy-object tmp, left
<span id="L172" class="LineNr">172 </span> <span class="muComment">#</span>
<span id="L173" class="LineNr">173 </span> curr <span class="Special">&lt;-</span> get curr-addr, right
@ -235,125 +240,135 @@ if ('onhashchange' in window) {
<span id="L177" class="LineNr">177 </span> <span class="PreProc">break</span> $parse-sexpression:type-check
<span id="L178" class="LineNr">178 </span> <span class="Delimiter">}</span>
<span id="L179" class="LineNr">179 </span> <span class="muComment"># close paren -&gt; return</span>
<span id="L180" class="LineNr">180 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L920'>close-paren-token?</a> curr-token
<span id="L180" class="LineNr">180 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L920'>close-paren-token?</a> curr-token
<span id="L181" class="LineNr">181 </span> compare close-paren?, <span class="Constant">0</span>/false
<span id="L182" class="LineNr">182 </span> <span class="Delimiter">{</span>
<span id="L183" class="LineNr">183 </span> <span class="PreProc">break-if-=</span>
<span id="L184" class="LineNr">184 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L184" class="LineNr">184 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L185" class="LineNr">185 </span> <span class="PreProc">return</span> <span class="Constant">1</span>/true, <span class="Constant">0</span>/false
<span id="L186" class="LineNr">186 </span> <span class="Delimiter">}</span>
<span id="L187" class="LineNr">187 </span> <span class="muComment"># otherwise abort</span>
<span id="L188" class="LineNr">188 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x400</span>)
<span id="L189" class="LineNr">189 </span> <span class="PreProc">var</span> stream/<span class="Constant">edx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L189" class="LineNr">189 </span> <span class="PreProc">var</span> stream/<span class="muRegEdx">edx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L190" class="LineNr">190 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;unexpected token &quot;</span>
<span id="L191" class="LineNr">191 </span> <span class="PreProc">var</span> curr-token-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get curr-token, text-data
<span id="L192" class="LineNr">192 </span> <span class="PreProc">var</span> curr-token-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr-token-data-ah
<span id="L191" class="LineNr">191 </span> <span class="PreProc">var</span> curr-token-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get curr-token, text-data
<span id="L192" class="LineNr">192 </span> <span class="PreProc">var</span> curr-token-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr-token-data-ah
<span id="L193" class="LineNr">193 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> curr-token-data
<span id="L194" class="LineNr">194 </span> <a href='../113write-stream.subx.html#L8'>write-stream</a> stream, curr-token-data
<span id="L195" class="LineNr">195 </span> <span class="Special"><a href='trace.mu.html#L200'>error-stream</a></span> trace, stream
<span id="L195" class="LineNr">195 </span> <span class="Special"><a href='trace.mu.html#L211'>error-stream</a></span> trace, stream
<span id="L196" class="LineNr">196 </span> <span class="Delimiter">}</span>
<span id="L197" class="LineNr">197 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L197" class="LineNr">197 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L198" class="LineNr">198 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false, <span class="Constant">0</span>/false
<span id="L199" class="LineNr">199 </span><span class="Delimiter">}</span>
<span id="L200" class="LineNr">200 </span>
<span id="L201" class="LineNr">201 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='parse.mu.html#L201'>parse-atom</a></span> _curr-token: (addr <a href='cell.mu.html#L1'>cell</a>), _out: (addr handle <a href='cell.mu.html#L1'>cell</a>), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L202" class="LineNr">202 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;parse&quot;</span>, <span class="Constant">&quot;parse atom&quot;</span>
<span id="L203" class="LineNr">203 </span> <span class="PreProc">var</span> curr-token/<span class="Constant">ecx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _curr-token
<span id="L204" class="LineNr">204 </span> <span class="PreProc">var</span> curr-token-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get curr-token, text-data
<span id="L205" class="LineNr">205 </span> <span class="PreProc">var</span> _curr-token-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr-token-data-ah
<span id="L206" class="LineNr">206 </span> <span class="PreProc">var</span> curr-token-data/<span class="Constant">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _curr-token-data
<span id="L202" class="LineNr">202 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;parse&quot;</span>, <span class="Constant">&quot;parse atom&quot;</span>
<span id="L203" class="LineNr">203 </span> <span class="PreProc">var</span> curr-token/<span class="muRegEcx">ecx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _curr-token
<span id="L204" class="LineNr">204 </span> <span class="PreProc">var</span> curr-token-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get curr-token, text-data
<span id="L205" class="LineNr">205 </span> <span class="PreProc">var</span> _curr-token-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr-token-data-ah
<span id="L206" class="LineNr">206 </span> <span class="PreProc">var</span> curr-token-data/<span class="muRegEsi">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _curr-token-data
<span id="L207" class="LineNr">207 </span> trace trace, <span class="Constant">&quot;parse&quot;</span>, curr-token-data
<span id="L208" class="LineNr">208 </span> <span class="muComment"># number</span>
<span id="L209" class="LineNr">209 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L841'>number-token?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L841'>number-token?</a> curr-token
<span id="L209" class="LineNr">209 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L841'>number-token?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L841'>number-token?</a> curr-token
<span id="L210" class="LineNr">210 </span> compare <a href='tokenize.mu.html#L841'>number-token?</a>, <span class="Constant">0</span>/false
<span id="L211" class="LineNr">211 </span> <span class="Delimiter">{</span>
<span id="L212" class="LineNr">212 </span> <span class="PreProc">break-if-=</span>
<span id="L213" class="LineNr">213 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> curr-token-data
<span id="L214" class="LineNr">214 </span> <span class="PreProc">var</span> _val/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='../311decimal-int.subx.html#L48'>parse-decimal-int-from-stream</a> curr-token-data
<span id="L215" class="LineNr">215 </span> <span class="PreProc">var</span> val/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy _val
<span id="L214" class="LineNr">214 </span> <span class="PreProc">var</span> _val/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../311decimal-int.subx.html#L48'>parse-decimal-int-from-stream</a> curr-token-data
<span id="L215" class="LineNr">215 </span> <span class="PreProc">var</span> val/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy _val
<span id="L216" class="LineNr">216 </span> <span class="PreProc">var</span> val-float/<span class="Constant">xmm0</span>: float <span class="Special">&lt;-</span> convert val
<span id="L217" class="LineNr">217 </span> <a href='cell.mu.html#L68'>allocate-number</a> _out
<span id="L218" class="LineNr">218 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L219" class="LineNr">219 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L220" class="LineNr">220 </span> <span class="PreProc">var</span> dest/<span class="Constant">edi</span>: (addr float) <span class="Special">&lt;-</span> get out-addr, number-data
<span id="L218" class="LineNr">218 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L219" class="LineNr">219 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L220" class="LineNr">220 </span> <span class="PreProc">var</span> dest/<span class="muRegEdi">edi</span>: (addr float) <span class="Special">&lt;-</span> get out-addr, number-data
<span id="L221" class="LineNr">221 </span> copy-to *dest, val-float
<span id="L222" class="LineNr">222 </span> <span class="Delimiter">{</span>
<span id="L223" class="LineNr">223 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x400</span>)
<span id="L224" class="LineNr">224 </span> <span class="PreProc">var</span> stream/<span class="Constant">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L225" class="LineNr">225 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; number &quot;</span>
<span id="L226" class="LineNr">226 </span> <span class="PreProc">var</span> nested-trace-storage: trace
<span id="L227" class="LineNr">227 </span> <span class="PreProc">var</span> nested-trace/<span class="Constant">edi</span>: (addr trace) <span class="Special">&lt;-</span> address nested-trace-storage
<span id="L228" class="LineNr">228 </span> <a href='trace.mu.html#L50'>initialize-trace</a> nested-trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L229" class="LineNr">229 </span> <a href='print.mu.html#L209'>print-number</a> out-addr, stream, nested-trace
<span id="L230" class="LineNr">230 </span> trace trace, <span class="Constant">&quot;parse&quot;</span>, stream
<span id="L231" class="LineNr">231 </span> <span class="Delimiter">}</span>
<span id="L232" class="LineNr">232 </span> <span class="PreProc">return</span>
<span id="L233" class="LineNr">233 </span> <span class="Delimiter">}</span>
<span id="L234" class="LineNr">234 </span> <span class="muComment"># default: copy either to a symbol or a stream</span>
<span id="L235" class="LineNr">235 </span> <span class="muComment"># stream token -&gt; literal</span>
<span id="L236" class="LineNr">236 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L961'>stream-token?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L961'>stream-token?</a> curr-token
<span id="L237" class="LineNr">237 </span> compare <a href='tokenize.mu.html#L961'>stream-token?</a>, <span class="Constant">0</span>/false
<span id="L238" class="LineNr">238 </span> <span class="Delimiter">{</span>
<span id="L239" class="LineNr">239 </span> <span class="PreProc">break-if-=</span>
<span id="L240" class="LineNr">240 </span> <a href='cell.mu.html#L58'>allocate-stream</a> _out
<span id="L241" class="LineNr">241 </span> <span class="Delimiter">}</span>
<span id="L223" class="LineNr">223 </span> <span class="Delimiter">{</span>
<span id="L224" class="LineNr">224 </span> <span class="PreProc">var</span> <a href='trace.mu.html#L123'>should-trace?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L123'>should-trace?</a> trace
<span id="L225" class="LineNr">225 </span> compare <a href='trace.mu.html#L123'>should-trace?</a>, <span class="Constant">0</span>/false
<span id="L226" class="LineNr">226 </span> <span class="Delimiter">}</span>
<span id="L227" class="LineNr">227 </span> <span class="PreProc">break-if-=</span>
<span id="L228" class="LineNr">228 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x400</span>)
<span id="L229" class="LineNr">229 </span> <span class="PreProc">var</span> stream/<span class="muRegEcx">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L230" class="LineNr">230 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; number &quot;</span>
<span id="L231" class="LineNr">231 </span> <span class="PreProc">var</span> nested-trace-storage: trace
<span id="L232" class="LineNr">232 </span> <span class="PreProc">var</span> nested-trace/<span class="muRegEdi">edi</span>: (addr trace) <span class="Special">&lt;-</span> address nested-trace-storage
<span id="L233" class="LineNr">233 </span> <a href='trace.mu.html#L61'>initialize-trace</a> nested-trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L234" class="LineNr">234 </span> <a href='print.mu.html#L209'>print-number</a> out-addr, stream, nested-trace
<span id="L235" class="LineNr">235 </span> trace trace, <span class="Constant">&quot;parse&quot;</span>, stream
<span id="L236" class="LineNr">236 </span> <span class="Delimiter">}</span>
<span id="L237" class="LineNr">237 </span> <span class="PreProc">return</span>
<span id="L238" class="LineNr">238 </span> <span class="Delimiter">}</span>
<span id="L239" class="LineNr">239 </span> <span class="muComment"># default: copy either to a symbol or a stream</span>
<span id="L240" class="LineNr">240 </span> <span class="muComment"># stream token -&gt; literal</span>
<span id="L241" class="LineNr">241 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L961'>stream-token?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L961'>stream-token?</a> curr-token
<span id="L242" class="LineNr">242 </span> compare <a href='tokenize.mu.html#L961'>stream-token?</a>, <span class="Constant">0</span>/false
<span id="L243" class="LineNr">243 </span> <span class="Delimiter">{</span>
<span id="L244" class="LineNr">244 </span> <span class="PreProc">break-if-!=</span>
<span id="L245" class="LineNr">245 </span> <a href='cell.mu.html#L21'>allocate-symbol</a> _out
<span id="L244" class="LineNr">244 </span> <span class="PreProc">break-if-=</span>
<span id="L245" class="LineNr">245 </span> <a href='cell.mu.html#L58'>allocate-stream</a> _out
<span id="L246" class="LineNr">246 </span> <span class="Delimiter">}</span>
<span id="L247" class="LineNr">247 </span> <span class="muComment"># copy token data</span>
<span id="L248" class="LineNr">248 </span> <span class="PreProc">var</span> out/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L249" class="LineNr">249 </span> <span class="PreProc">var</span> out-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L250" class="LineNr">250 </span> <span class="PreProc">var</span> curr-token-data-ah/<span class="Constant">ecx</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get curr-token, text-data
<span id="L251" class="LineNr">251 </span> <span class="PreProc">var</span> dest-ah/<span class="Constant">edx</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get out-addr, text-data
<span id="L252" class="LineNr">252 </span> copy-object curr-token-data-ah, dest-ah
<span id="L253" class="LineNr">253 </span> <span class="Delimiter">{</span>
<span id="L254" class="LineNr">254 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x400</span>)
<span id="L255" class="LineNr">255 </span> <span class="PreProc">var</span> stream/<span class="Constant">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L256" class="LineNr">256 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; symbol &quot;</span>
<span id="L257" class="LineNr">257 </span> <span class="PreProc">var</span> nested-trace-storage: trace
<span id="L258" class="LineNr">258 </span> <span class="PreProc">var</span> nested-trace/<span class="Constant">edi</span>: (addr trace) <span class="Special">&lt;-</span> address nested-trace-storage
<span id="L259" class="LineNr">259 </span> <a href='trace.mu.html#L50'>initialize-trace</a> nested-trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L260" class="LineNr">260 </span> <a href='print.mu.html#L146'>print-symbol</a> out-addr, stream, nested-trace
<span id="L261" class="LineNr">261 </span> trace trace, <span class="Constant">&quot;parse&quot;</span>, stream
<span id="L262" class="LineNr">262 </span> <span class="Delimiter">}</span>
<span id="L263" class="LineNr">263 </span><span class="Delimiter">}</span>
<span id="L264" class="LineNr">264 </span>
<span id="L265" class="LineNr">265 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='parse.mu.html#L265'>parse-dot-tail</a></span> tokens: (addr stream <a href='cell.mu.html#L1'>cell</a>), _out: (addr handle <a href='cell.mu.html#L1'>cell</a>), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L266" class="LineNr">266 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L267" class="LineNr">267 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L268" class="LineNr">268 </span> <span class="PreProc">var</span> dot?/<span class="Constant">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L269" class="LineNr">269 </span> close-paren?, dot? <span class="Special">&lt;-</span> <a href='parse.mu.html#L30'>parse-sexpression</a> tokens, out, trace
<span id="L270" class="LineNr">270 </span> compare close-paren?, <span class="Constant">0</span>/false
<span id="L271" class="LineNr">271 </span> <span class="Delimiter">{</span>
<span id="L272" class="LineNr">272 </span> <span class="PreProc">break-if-=</span>
<span id="L273" class="LineNr">273 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;'. )' makes no sense&quot;</span>
<span id="L274" class="LineNr">274 </span> <span class="PreProc">return</span>
<span id="L275" class="LineNr">275 </span> <span class="Delimiter">}</span>
<span id="L276" class="LineNr">276 </span> compare dot?, <span class="Constant">0</span>/false
<span id="L277" class="LineNr">277 </span> <span class="Delimiter">{</span>
<span id="L278" class="LineNr">278 </span> <span class="PreProc">break-if-=</span>
<span id="L279" class="LineNr">279 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;'. .' makes no sense&quot;</span>
<span id="L280" class="LineNr">280 </span> <span class="PreProc">return</span>
<span id="L281" class="LineNr">281 </span> <span class="Delimiter">}</span>
<span id="L282" class="LineNr">282 </span> <span class="muComment">#</span>
<span id="L283" class="LineNr">283 </span> <span class="PreProc">var</span> dummy: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L284" class="LineNr">284 </span> <span class="PreProc">var</span> dummy-ah/<span class="Constant">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address dummy
<span id="L285" class="LineNr">285 </span> close-paren?, dot? <span class="Special">&lt;-</span> <a href='parse.mu.html#L30'>parse-sexpression</a> tokens, dummy-ah, trace
<span id="L286" class="LineNr">286 </span> compare close-paren?, <span class="Constant">0</span>/false
<span id="L247" class="LineNr">247 </span> compare <a href='tokenize.mu.html#L961'>stream-token?</a>, <span class="Constant">0</span>/false
<span id="L248" class="LineNr">248 </span> <span class="Delimiter">{</span>
<span id="L249" class="LineNr">249 </span> <span class="PreProc">break-if-!=</span>
<span id="L250" class="LineNr">250 </span> <a href='cell.mu.html#L21'>allocate-symbol</a> _out
<span id="L251" class="LineNr">251 </span> <span class="Delimiter">}</span>
<span id="L252" class="LineNr">252 </span> <span class="muComment"># copy token data</span>
<span id="L253" class="LineNr">253 </span> <span class="PreProc">var</span> out/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L254" class="LineNr">254 </span> <span class="PreProc">var</span> out-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out
<span id="L255" class="LineNr">255 </span> <span class="PreProc">var</span> curr-token-data-ah/<span class="muRegEcx">ecx</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get curr-token, text-data
<span id="L256" class="LineNr">256 </span> <span class="PreProc">var</span> dest-ah/<span class="muRegEdx">edx</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get out-addr, text-data
<span id="L257" class="LineNr">257 </span> copy-object curr-token-data-ah, dest-ah
<span id="L258" class="LineNr">258 </span> <span class="Delimiter">{</span>
<span id="L259" class="LineNr">259 </span> <span class="Delimiter">{</span>
<span id="L260" class="LineNr">260 </span> <span class="PreProc">var</span> <a href='trace.mu.html#L123'>should-trace?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L123'>should-trace?</a> trace
<span id="L261" class="LineNr">261 </span> compare <a href='trace.mu.html#L123'>should-trace?</a>, <span class="Constant">0</span>/false
<span id="L262" class="LineNr">262 </span> <span class="Delimiter">}</span>
<span id="L263" class="LineNr">263 </span> <span class="PreProc">break-if-=</span>
<span id="L264" class="LineNr">264 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x400</span>)
<span id="L265" class="LineNr">265 </span> <span class="PreProc">var</span> stream/<span class="muRegEcx">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L266" class="LineNr">266 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; symbol &quot;</span>
<span id="L267" class="LineNr">267 </span> <span class="PreProc">var</span> nested-trace-storage: trace
<span id="L268" class="LineNr">268 </span> <span class="PreProc">var</span> nested-trace/<span class="muRegEdi">edi</span>: (addr trace) <span class="Special">&lt;-</span> address nested-trace-storage
<span id="L269" class="LineNr">269 </span> <a href='trace.mu.html#L61'>initialize-trace</a> nested-trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L270" class="LineNr">270 </span> <a href='print.mu.html#L146'>print-symbol</a> out-addr, stream, nested-trace
<span id="L271" class="LineNr">271 </span> trace trace, <span class="Constant">&quot;parse&quot;</span>, stream
<span id="L272" class="LineNr">272 </span> <span class="Delimiter">}</span>
<span id="L273" class="LineNr">273 </span><span class="Delimiter">}</span>
<span id="L274" class="LineNr">274 </span>
<span id="L275" class="LineNr">275 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='parse.mu.html#L275'>parse-dot-tail</a></span> tokens: (addr stream <a href='cell.mu.html#L1'>cell</a>), _out: (addr handle <a href='cell.mu.html#L1'>cell</a>), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L276" class="LineNr">276 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out
<span id="L277" class="LineNr">277 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L278" class="LineNr">278 </span> <span class="PreProc">var</span> dot?/<span class="muRegEcx">ecx</span>: boolean <span class="Special">&lt;-</span> copy <span class="Constant">0</span>/false
<span id="L279" class="LineNr">279 </span> close-paren?, dot? <span class="Special">&lt;-</span> <a href='parse.mu.html#L30'>parse-sexpression</a> tokens, out, trace
<span id="L280" class="LineNr">280 </span> compare close-paren?, <span class="Constant">0</span>/false
<span id="L281" class="LineNr">281 </span> <span class="Delimiter">{</span>
<span id="L282" class="LineNr">282 </span> <span class="PreProc">break-if-=</span>
<span id="L283" class="LineNr">283 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;'. )' makes no sense&quot;</span>
<span id="L284" class="LineNr">284 </span> <span class="PreProc">return</span>
<span id="L285" class="LineNr">285 </span> <span class="Delimiter">}</span>
<span id="L286" class="LineNr">286 </span> compare dot?, <span class="Constant">0</span>/false
<span id="L287" class="LineNr">287 </span> <span class="Delimiter">{</span>
<span id="L288" class="LineNr">288 </span> <span class="PreProc">break-if-!=</span>
<span id="L289" class="LineNr">289 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;cannot have multiple expressions between '.' and ')'&quot;</span>
<span id="L288" class="LineNr">288 </span> <span class="PreProc">break-if-=</span>
<span id="L289" class="LineNr">289 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;'. .' makes no sense&quot;</span>
<span id="L290" class="LineNr">290 </span> <span class="PreProc">return</span>
<span id="L291" class="LineNr">291 </span> <span class="Delimiter">}</span>
<span id="L292" class="LineNr">292 </span> compare dot?, <span class="Constant">0</span>/false
<span id="L293" class="LineNr">293 </span> <span class="Delimiter">{</span>
<span id="L294" class="LineNr">294 </span> <span class="PreProc">break-if-=</span>
<span id="L295" class="LineNr">295 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;cannot have two dots in a single list&quot;</span>
<span id="L296" class="LineNr">296 </span> <span class="PreProc">return</span>
<span id="L297" class="LineNr">297 </span> <span class="Delimiter">}</span>
<span id="L298" class="LineNr">298 </span><span class="Delimiter">}</span>
<span id="L292" class="LineNr">292 </span> <span class="muComment">#</span>
<span id="L293" class="LineNr">293 </span> <span class="PreProc">var</span> dummy: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L294" class="LineNr">294 </span> <span class="PreProc">var</span> dummy-ah/<span class="muRegEdi">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address dummy
<span id="L295" class="LineNr">295 </span> close-paren?, dot? <span class="Special">&lt;-</span> <a href='parse.mu.html#L30'>parse-sexpression</a> tokens, dummy-ah, trace
<span id="L296" class="LineNr">296 </span> compare close-paren?, <span class="Constant">0</span>/false
<span id="L297" class="LineNr">297 </span> <span class="Delimiter">{</span>
<span id="L298" class="LineNr">298 </span> <span class="PreProc">break-if-!=</span>
<span id="L299" class="LineNr">299 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;cannot have multiple expressions between '.' and ')'&quot;</span>
<span id="L300" class="LineNr">300 </span> <span class="PreProc">return</span>
<span id="L301" class="LineNr">301 </span> <span class="Delimiter">}</span>
<span id="L302" class="LineNr">302 </span> compare dot?, <span class="Constant">0</span>/false
<span id="L303" class="LineNr">303 </span> <span class="Delimiter">{</span>
<span id="L304" class="LineNr">304 </span> <span class="PreProc">break-if-=</span>
<span id="L305" class="LineNr">305 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;cannot have two dots in a single list&quot;</span>
<span id="L306" class="LineNr">306 </span> <span class="PreProc">return</span>
<span id="L307" class="LineNr">307 </span> <span class="Delimiter">}</span>
<span id="L308" class="LineNr">308 </span><span class="Delimiter">}</span>
</pre>
</body>
</html>

1669
html/shell/primitives.mu.html generated Normal file

File diff suppressed because it is too large Load Diff

357
html/shell/print.mu.html generated
View File

@ -15,9 +15,14 @@ body { font-size:12pt; font-family: monospace; color: #000000; background-color:
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.muRegEdx { color: #878700; }
.Special { color: #ff6060; }
.LineNr { }
.muRegEsi { color: #87d787; }
.muRegEdi { color: #87ffd7; }
.Constant { color: #008787; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.Delimiter { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muTest { color: #5f8700; }
@ -65,116 +70,116 @@ if ('onhashchange' in window) {
<span id="L6" class="LineNr"> 6 </span><span class="muComment"># if we're printing something longer than 3 bytes, try to fall back to ellipses (which are 3 bytes)</span>
<span id="L7" class="LineNr"> 7 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L7'>print-cell</a></span> _in: (addr handle <a href='cell.mu.html#L1'>cell</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L8" class="LineNr"> 8 </span> <a href='../315stack-debug.subx.html#L5'>check-stack</a>
<span id="L9" class="LineNr"> 9 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;print&quot;</span>, <span class="Constant">&quot;print&quot;</span>
<span id="L10" class="LineNr"> 10 </span> <a href='trace.mu.html#L228'>trace-lower</a> trace
<span id="L11" class="LineNr"> 11 </span> <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L12" class="LineNr"> 12 </span> <span class="PreProc">var</span> in-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in
<span id="L9" class="LineNr"> 9 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;print&quot;</span>, <span class="Constant">&quot;print&quot;</span>
<span id="L10" class="LineNr"> 10 </span> <a href='trace.mu.html#L239'>trace-lower</a> trace
<span id="L11" class="LineNr"> 11 </span> <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L12" class="LineNr"> 12 </span> <span class="PreProc">var</span> in-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in
<span id="L13" class="LineNr"> 13 </span> <span class="Delimiter">{</span>
<span id="L14" class="LineNr"> 14 </span> compare in-addr, <span class="Constant">0</span>
<span id="L15" class="LineNr"> 15 </span> <span class="PreProc">break-if-!=</span>
<span id="L16" class="LineNr"> 16 </span> <span class="PreProc">var</span> overflow?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;NULL&quot;</span>
<span id="L16" class="LineNr"> 16 </span> <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;NULL&quot;</span>
<span id="L17" class="LineNr"> 17 </span> compare overflow?, <span class="Constant">0</span>/false
<span id="L18" class="LineNr"> 18 </span> <span class="Delimiter">{</span>
<span id="L19" class="LineNr"> 19 </span> <span class="PreProc">break-if-=</span>
<span id="L20" class="LineNr"> 20 </span> overflow? <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
<span id="L21" class="LineNr"> 21 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;print-cell: no space for 'NULL'&quot;</span>
<span id="L21" class="LineNr"> 21 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-cell: no space for 'NULL'&quot;</span>
<span id="L22" class="LineNr"> 22 </span> <span class="Delimiter">}</span>
<span id="L23" class="LineNr"> 23 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L23" class="LineNr"> 23 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L24" class="LineNr"> 24 </span> <span class="PreProc">return</span>
<span id="L25" class="LineNr"> 25 </span> <span class="Delimiter">}</span>
<span id="L26" class="LineNr"> 26 </span> <span class="Delimiter">{</span>
<span id="L27" class="LineNr"> 27 </span> <span class="PreProc">var</span> <a href='print.mu.html#L347'>nil?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> in-addr
<span id="L27" class="LineNr"> 27 </span> <span class="PreProc">var</span> <a href='print.mu.html#L347'>nil?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> in-addr
<span id="L28" class="LineNr"> 28 </span> compare <a href='print.mu.html#L347'>nil?</a>, <span class="Constant">0</span>/false
<span id="L29" class="LineNr"> 29 </span> <span class="PreProc">break-if-=</span>
<span id="L30" class="LineNr"> 30 </span> <span class="PreProc">var</span> overflow?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;()&quot;</span>
<span id="L30" class="LineNr"> 30 </span> <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;()&quot;</span>
<span id="L31" class="LineNr"> 31 </span> compare overflow?, <span class="Constant">0</span>/false
<span id="L32" class="LineNr"> 32 </span> <span class="Delimiter">{</span>
<span id="L33" class="LineNr"> 33 </span> <span class="PreProc">break-if-=</span>
<span id="L34" class="LineNr"> 34 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;print-cell: no space for '()'&quot;</span>
<span id="L34" class="LineNr"> 34 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-cell: no space for '()'&quot;</span>
<span id="L35" class="LineNr"> 35 </span> <span class="Delimiter">}</span>
<span id="L36" class="LineNr"> 36 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L36" class="LineNr"> 36 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L37" class="LineNr"> 37 </span> <span class="PreProc">return</span>
<span id="L38" class="LineNr"> 38 </span> <span class="Delimiter">}</span>
<span id="L39" class="LineNr"> 39 </span> <span class="PreProc">var</span> in-type/<span class="Constant">ecx</span>: (addr int) <span class="Special">&lt;-</span> get in-addr, <span class="PreProc">type</span>
<span id="L39" class="LineNr"> 39 </span> <span class="PreProc">var</span> in-type/<span class="muRegEcx">ecx</span>: (addr int) <span class="Special">&lt;-</span> get in-addr, <span class="PreProc">type</span>
<span id="L40" class="LineNr"> 40 </span> compare *in-type, <span class="Constant">0</span>/pair
<span id="L41" class="LineNr"> 41 </span> <span class="Delimiter">{</span>
<span id="L42" class="LineNr"> 42 </span> <span class="PreProc">break-if-!=</span>
<span id="L43" class="LineNr"> 43 </span> <a href='print.mu.html#L235'>print-pair</a> in-addr, out, trace
<span id="L44" class="LineNr"> 44 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L44" class="LineNr"> 44 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L45" class="LineNr"> 45 </span> <span class="PreProc">return</span>
<span id="L46" class="LineNr"> 46 </span> <span class="Delimiter">}</span>
<span id="L47" class="LineNr"> 47 </span> compare *in-type, <span class="Constant">1</span>/number
<span id="L48" class="LineNr"> 48 </span> <span class="Delimiter">{</span>
<span id="L49" class="LineNr"> 49 </span> <span class="PreProc">break-if-!=</span>
<span id="L50" class="LineNr"> 50 </span> <a href='print.mu.html#L209'>print-number</a> in-addr, out, trace
<span id="L51" class="LineNr"> 51 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L51" class="LineNr"> 51 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L52" class="LineNr"> 52 </span> <span class="PreProc">return</span>
<span id="L53" class="LineNr"> 53 </span> <span class="Delimiter">}</span>
<span id="L54" class="LineNr"> 54 </span> compare *in-type, <span class="Constant">2</span>/symbol
<span id="L55" class="LineNr"> 55 </span> <span class="Delimiter">{</span>
<span id="L56" class="LineNr"> 56 </span> <span class="PreProc">break-if-!=</span>
<span id="L57" class="LineNr"> 57 </span> <a href='print.mu.html#L146'>print-symbol</a> in-addr, out, trace
<span id="L58" class="LineNr"> 58 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L58" class="LineNr"> 58 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L59" class="LineNr"> 59 </span> <span class="PreProc">return</span>
<span id="L60" class="LineNr"> 60 </span> <span class="Delimiter">}</span>
<span id="L61" class="LineNr"> 61 </span> compare *in-type, <span class="Constant">3</span>/stream
<span id="L62" class="LineNr"> 62 </span> <span class="Delimiter">{</span>
<span id="L63" class="LineNr"> 63 </span> <span class="PreProc">break-if-!=</span>
<span id="L64" class="LineNr"> 64 </span> <a href='print.mu.html#L176'>print-stream</a> in-addr, out, trace
<span id="L65" class="LineNr"> 65 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L65" class="LineNr"> 65 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L66" class="LineNr"> 66 </span> <span class="PreProc">return</span>
<span id="L67" class="LineNr"> 67 </span> <span class="Delimiter">}</span>
<span id="L68" class="LineNr"> 68 </span> compare *in-type, <span class="Constant">4</span>/primitive
<span id="L69" class="LineNr"> 69 </span> <span class="Delimiter">{</span>
<span id="L70" class="LineNr"> 70 </span> <span class="PreProc">break-if-!=</span>
<span id="L71" class="LineNr"> 71 </span> <span class="PreProc">var</span> overflow?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;[primitive]&quot;</span>
<span id="L71" class="LineNr"> 71 </span> <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;[primitive]&quot;</span>
<span id="L72" class="LineNr"> 72 </span> compare overflow?, <span class="Constant">0</span>/false
<span id="L73" class="LineNr"> 73 </span> <span class="Delimiter">{</span>
<span id="L74" class="LineNr"> 74 </span> <span class="PreProc">break-if-=</span>
<span id="L75" class="LineNr"> 75 </span> overflow? <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
<span id="L76" class="LineNr"> 76 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;print-cell: no space for primitive&quot;</span>
<span id="L76" class="LineNr"> 76 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-cell: no space for primitive&quot;</span>
<span id="L77" class="LineNr"> 77 </span> <span class="Delimiter">}</span>
<span id="L78" class="LineNr"> 78 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L78" class="LineNr"> 78 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L79" class="LineNr"> 79 </span> <span class="PreProc">return</span>
<span id="L80" class="LineNr"> 80 </span> <span class="Delimiter">}</span>
<span id="L81" class="LineNr"> 81 </span> compare *in-type, <span class="Constant">5</span>/screen
<span id="L82" class="LineNr"> 82 </span> <span class="Delimiter">{</span>
<span id="L83" class="LineNr"> 83 </span> <span class="PreProc">break-if-!=</span>
<span id="L84" class="LineNr"> 84 </span> <span class="Delimiter">{</span>
<span id="L85" class="LineNr"> 85 </span> <span class="PreProc">var</span> available-space/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
<span id="L85" class="LineNr"> 85 </span> <span class="PreProc">var</span> available-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
<span id="L86" class="LineNr"> 86 </span> compare available-space, <span class="Constant">0x10</span>
<span id="L87" class="LineNr"> 87 </span> <span class="PreProc">break-if-&gt;=</span>
<span id="L88" class="LineNr"> 88 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
<span id="L89" class="LineNr"> 89 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;print-cell: no space for screen&quot;</span>
<span id="L88" class="LineNr"> 88 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
<span id="L89" class="LineNr"> 89 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-cell: no space for screen&quot;</span>
<span id="L90" class="LineNr"> 90 </span> <span class="PreProc">return</span>
<span id="L91" class="LineNr"> 91 </span> <span class="Delimiter">}</span>
<span id="L92" class="LineNr"> 92 </span> <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;[screen &quot;</span>
<span id="L93" class="LineNr"> 93 </span> <span class="PreProc">var</span> screen-ah/<span class="Constant">eax</span>: (addr handle <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> get in-addr, screen-data
<span id="L94" class="LineNr"> 94 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="Constant">eax</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *screen-ah
<span id="L95" class="LineNr"> 95 </span> <span class="PreProc">var</span> screen-addr/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L93" class="LineNr"> 93 </span> <span class="PreProc">var</span> screen-ah/<span class="muRegEax">eax</span>: (addr handle <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> get in-addr, screen-data
<span id="L94" class="LineNr"> 94 </span> <span class="PreProc">var</span> <a href='../500fake-screen.mu.html#L14'>screen</a>/<span class="muRegEax">eax</span>: (addr <a href='../500fake-screen.mu.html#L14'>screen</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *screen-ah
<span id="L95" class="LineNr"> 95 </span> <span class="PreProc">var</span> screen-addr/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <a href='../500fake-screen.mu.html#L14'>screen</a>
<span id="L96" class="LineNr"> 96 </span> <a href='../117write-int-hex.subx.html#L92'>write-int32-hex</a> out, screen-addr
<span id="L97" class="LineNr"> 97 </span> <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;]&quot;</span>
<span id="L98" class="LineNr"> 98 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L98" class="LineNr"> 98 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L99" class="LineNr"> 99 </span> <span class="PreProc">return</span>
<span id="L100" class="LineNr">100 </span> <span class="Delimiter">}</span>
<span id="L101" class="LineNr">101 </span> compare *in-type, <span class="Constant">6</span>/keyboard
<span id="L102" class="LineNr">102 </span> <span class="Delimiter">{</span>
<span id="L103" class="LineNr">103 </span> <span class="PreProc">break-if-!=</span>
<span id="L104" class="LineNr">104 </span> <span class="Delimiter">{</span>
<span id="L105" class="LineNr">105 </span> <span class="PreProc">var</span> available-space/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
<span id="L105" class="LineNr">105 </span> <span class="PreProc">var</span> available-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
<span id="L106" class="LineNr">106 </span> compare available-space, <span class="Constant">0x10</span>
<span id="L107" class="LineNr">107 </span> <span class="PreProc">break-if-&gt;=</span>
<span id="L108" class="LineNr">108 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
<span id="L109" class="LineNr">109 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;print-cell: no space for keyboard&quot;</span>
<span id="L108" class="LineNr">108 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
<span id="L109" class="LineNr">109 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-cell: no space for keyboard&quot;</span>
<span id="L110" class="LineNr">110 </span> <span class="PreProc">return</span>
<span id="L111" class="LineNr">111 </span> <span class="Delimiter">}</span>
<span id="L112" class="LineNr">112 </span> <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;[keyboard &quot;</span>
<span id="L113" class="LineNr">113 </span> <span class="PreProc">var</span> keyboard-ah/<span class="Constant">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get in-addr, keyboard-data
<span id="L114" class="LineNr">114 </span> <span class="PreProc">var</span> keyboard/<span class="Constant">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *keyboard-ah
<span id="L115" class="LineNr">115 </span> <span class="PreProc">var</span> keyboard-addr/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy keyboard
<span id="L113" class="LineNr">113 </span> <span class="PreProc">var</span> keyboard-ah/<span class="muRegEax">eax</span>: (addr handle <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> get in-addr, keyboard-data
<span id="L114" class="LineNr">114 </span> <span class="PreProc">var</span> keyboard/<span class="muRegEax">eax</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *keyboard-ah
<span id="L115" class="LineNr">115 </span> <span class="PreProc">var</span> keyboard-addr/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy keyboard
<span id="L116" class="LineNr">116 </span> <a href='../117write-int-hex.subx.html#L92'>write-int32-hex</a> out, keyboard-addr
<span id="L117" class="LineNr">117 </span> <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;]&quot;</span>
<span id="L118" class="LineNr">118 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L118" class="LineNr">118 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L119" class="LineNr">119 </span> <span class="PreProc">return</span>
<span id="L120" class="LineNr">120 </span> <span class="Delimiter">}</span>
<span id="L121" class="LineNr">121 </span><span class="Delimiter">}</span>
@ -182,110 +187,110 @@ if ('onhashchange' in window) {
<span id="L123" class="LineNr">123 </span><span class="muComment"># debug helper</span>
<span id="L124" class="LineNr">124 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L124'>dump-cell-at-top-right</a></span> in-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
<span id="L125" class="LineNr">125 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x1000</span>)
<span id="L126" class="LineNr">126 </span> <span class="PreProc">var</span> stream/<span class="Constant">edx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L126" class="LineNr">126 </span> <span class="PreProc">var</span> stream/<span class="muRegEdx">edx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L127" class="LineNr">127 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L128" class="LineNr">128 </span> <span class="PreProc">var</span> trace/<span class="Constant">edi</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L129" class="LineNr">129 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L128" class="LineNr">128 </span> <span class="PreProc">var</span> trace/<span class="muRegEdi">edi</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L129" class="LineNr">129 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L130" class="LineNr">130 </span> <a href='print.mu.html#L7'>print-cell</a> in-ah, stream, trace
<span id="L131" class="LineNr">131 </span> <span class="PreProc">var</span> d1/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L132" class="LineNr">132 </span> <span class="PreProc">var</span> d2/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L131" class="LineNr">131 </span> <span class="PreProc">var</span> d1/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L132" class="LineNr">132 </span> <span class="PreProc">var</span> d2/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy <span class="Constant">0</span>
<span id="L133" class="LineNr">133 </span> d1, d2 <span class="Special">&lt;-</span> <a href='../501draw-text.mu.html#L202'>draw-stream-wrapping-right-then-down</a> <span class="Constant">0</span>/screen, stream, <span class="Constant">0</span>/xmin, <span class="Constant">0</span>/ymin, <span class="Constant">0x80</span>/xmax, <span class="Constant">0x30</span>/ymax, <span class="Constant">0</span>/x, <span class="Constant">0</span>/y, <span class="Constant">7</span>/fg, <span class="Constant">0xc5</span>/bg=blue-bg
<span id="L134" class="LineNr">134 </span><span class="Delimiter">}</span>
<span id="L135" class="LineNr">135 </span>
<span id="L136" class="LineNr">136 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L136'>dump-cell-from-cursor-over-full-screen</a></span> in-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Delimiter">{</span>
<span id="L137" class="LineNr">137 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x200</span>)
<span id="L138" class="LineNr">138 </span> <span class="PreProc">var</span> stream/<span class="Constant">edx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L138" class="LineNr">138 </span> <span class="PreProc">var</span> stream/<span class="muRegEdx">edx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L139" class="LineNr">139 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L140" class="LineNr">140 </span> <span class="PreProc">var</span> trace/<span class="Constant">edi</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L141" class="LineNr">141 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L140" class="LineNr">140 </span> <span class="PreProc">var</span> trace/<span class="muRegEdi">edi</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L141" class="LineNr">141 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L142" class="LineNr">142 </span> <a href='print.mu.html#L7'>print-cell</a> in-ah, stream, trace
<span id="L143" class="LineNr">143 </span> <a href='../501draw-text.mu.html#L235'>draw-stream-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, stream, <span class="Constant">7</span>/fg, <span class="Constant">0</span>/bg
<span id="L144" class="LineNr">144 </span><span class="Delimiter">}</span>
<span id="L145" class="LineNr">145 </span>
<span id="L146" class="LineNr">146 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L146'>print-symbol</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L147" class="LineNr">147 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;print&quot;</span>, <span class="Constant">&quot;symbol&quot;</span>
<span id="L148" class="LineNr">148 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L149" class="LineNr">149 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L150" class="LineNr">150 </span> <span class="PreProc">var</span> _data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L151" class="LineNr">151 </span> <span class="PreProc">var</span> data/<span class="Constant">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _data
<span id="L147" class="LineNr">147 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;print&quot;</span>, <span class="Constant">&quot;symbol&quot;</span>
<span id="L148" class="LineNr">148 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L149" class="LineNr">149 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L150" class="LineNr">150 </span> <span class="PreProc">var</span> _data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L151" class="LineNr">151 </span> <span class="PreProc">var</span> data/<span class="muRegEsi">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _data
<span id="L152" class="LineNr">152 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> data
<span id="L153" class="LineNr">153 </span> <span class="PreProc">var</span> _required-space/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L194'>stream-size</a> data
<span id="L154" class="LineNr">154 </span> <span class="PreProc">var</span> required-space/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy _required-space
<span id="L155" class="LineNr">155 </span> <span class="PreProc">var</span> available-space/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
<span id="L153" class="LineNr">153 </span> <span class="PreProc">var</span> _required-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L194'>stream-size</a> data
<span id="L154" class="LineNr">154 </span> <span class="PreProc">var</span> required-space/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy _required-space
<span id="L155" class="LineNr">155 </span> <span class="PreProc">var</span> available-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
<span id="L156" class="LineNr">156 </span> compare required-space, available-space
<span id="L157" class="LineNr">157 </span> <span class="Delimiter">{</span>
<span id="L158" class="LineNr">158 </span> <span class="PreProc">break-if-&lt;=</span>
<span id="L159" class="LineNr">159 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
<span id="L160" class="LineNr">160 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;print-symbol: no space&quot;</span>
<span id="L159" class="LineNr">159 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
<span id="L160" class="LineNr">160 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-symbol: no space&quot;</span>
<span id="L161" class="LineNr">161 </span> <span class="PreProc">return</span>
<span id="L162" class="LineNr">162 </span> <span class="Delimiter">}</span>
<span id="L163" class="LineNr">163 </span> <a href='../113write-stream.subx.html#L8'>write-stream</a> out, data
<span id="L164" class="LineNr">164 </span> <span class="muComment"># trace</span>
<span id="L165" class="LineNr">165 </span> <span class="PreProc">var</span> <a href='trace.mu.html#L112'>should-trace?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L112'>should-trace?</a> trace
<span id="L166" class="LineNr">166 </span> compare <a href='trace.mu.html#L112'>should-trace?</a>, <span class="Constant">0</span>/false
<span id="L165" class="LineNr">165 </span> <span class="PreProc">var</span> <a href='trace.mu.html#L123'>should-trace?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L123'>should-trace?</a> trace
<span id="L166" class="LineNr">166 </span> compare <a href='trace.mu.html#L123'>should-trace?</a>, <span class="Constant">0</span>/false
<span id="L167" class="LineNr">167 </span> <span class="PreProc">break-if-=</span>
<span id="L168" class="LineNr">168 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> data
<span id="L169" class="LineNr">169 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L170" class="LineNr">170 </span> <span class="PreProc">var</span> stream/<span class="Constant">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L170" class="LineNr">170 </span> <span class="PreProc">var</span> stream/<span class="muRegEcx">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L171" class="LineNr">171 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; symbol &quot;</span>
<span id="L172" class="LineNr">172 </span> <a href='../113write-stream.subx.html#L8'>write-stream</a> stream, data
<span id="L173" class="LineNr">173 </span> trace trace, <span class="Constant">&quot;print&quot;</span>, stream
<span id="L174" class="LineNr">174 </span><span class="Delimiter">}</span>
<span id="L175" class="LineNr">175 </span>
<span id="L176" class="LineNr">176 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L176'>print-stream</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L177" class="LineNr">177 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;print&quot;</span>, <span class="Constant">&quot;stream&quot;</span>
<span id="L178" class="LineNr">178 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L179" class="LineNr">179 </span> <span class="PreProc">var</span> data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L180" class="LineNr">180 </span> <span class="PreProc">var</span> _data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L181" class="LineNr">181 </span> <span class="PreProc">var</span> data/<span class="Constant">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _data
<span id="L177" class="LineNr">177 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;print&quot;</span>, <span class="Constant">&quot;stream&quot;</span>
<span id="L178" class="LineNr">178 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L179" class="LineNr">179 </span> <span class="PreProc">var</span> data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L180" class="LineNr">180 </span> <span class="PreProc">var</span> _data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *data-ah
<span id="L181" class="LineNr">181 </span> <span class="PreProc">var</span> data/<span class="muRegEsi">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _data
<span id="L182" class="LineNr">182 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> data
<span id="L183" class="LineNr">183 </span> <span class="PreProc">var</span> _required-space/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L194'>stream-size</a> data
<span id="L184" class="LineNr">184 </span> <span class="PreProc">var</span> required-space/<span class="Constant">ecx</span>: int <span class="Special">&lt;-</span> copy _required-space
<span id="L183" class="LineNr">183 </span> <span class="PreProc">var</span> _required-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L194'>stream-size</a> data
<span id="L184" class="LineNr">184 </span> <span class="PreProc">var</span> required-space/<span class="muRegEcx">ecx</span>: int <span class="Special">&lt;-</span> copy _required-space
<span id="L185" class="LineNr">185 </span> required-space <span class="Special">&lt;-</span> add <span class="Constant">2</span> <span class="muComment"># for []</span>
<span id="L186" class="LineNr">186 </span> <span class="PreProc">var</span> available-space/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
<span id="L186" class="LineNr">186 </span> <span class="PreProc">var</span> available-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
<span id="L187" class="LineNr">187 </span> compare required-space, available-space
<span id="L188" class="LineNr">188 </span> <span class="Delimiter">{</span>
<span id="L189" class="LineNr">189 </span> <span class="PreProc">break-if-&lt;=</span>
<span id="L190" class="LineNr">190 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
<span id="L191" class="LineNr">191 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;print-stream: no space&quot;</span>
<span id="L190" class="LineNr">190 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
<span id="L191" class="LineNr">191 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-stream: no space&quot;</span>
<span id="L192" class="LineNr">192 </span> <span class="PreProc">return</span>
<span id="L193" class="LineNr">193 </span> <span class="Delimiter">}</span>
<span id="L194" class="LineNr">194 </span> <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;[&quot;</span>
<span id="L195" class="LineNr">195 </span> <a href='../113write-stream.subx.html#L8'>write-stream</a> out, data
<span id="L196" class="LineNr">196 </span> <a href='../108write.subx.html#L11'>write</a> out, <span class="Constant">&quot;]&quot;</span>
<span id="L197" class="LineNr">197 </span> <span class="muComment"># trace</span>
<span id="L198" class="LineNr">198 </span> <span class="PreProc">var</span> <a href='trace.mu.html#L112'>should-trace?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L112'>should-trace?</a> trace
<span id="L199" class="LineNr">199 </span> compare <a href='trace.mu.html#L112'>should-trace?</a>, <span class="Constant">0</span>/false
<span id="L198" class="LineNr">198 </span> <span class="PreProc">var</span> <a href='trace.mu.html#L123'>should-trace?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L123'>should-trace?</a> trace
<span id="L199" class="LineNr">199 </span> compare <a href='trace.mu.html#L123'>should-trace?</a>, <span class="Constant">0</span>/false
<span id="L200" class="LineNr">200 </span> <span class="PreProc">break-if-=</span>
<span id="L201" class="LineNr">201 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> data
<span id="L202" class="LineNr">202 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L203" class="LineNr">203 </span> <span class="PreProc">var</span> stream/<span class="Constant">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L203" class="LineNr">203 </span> <span class="PreProc">var</span> stream/<span class="muRegEcx">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L204" class="LineNr">204 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; stream &quot;</span>
<span id="L205" class="LineNr">205 </span> <a href='../113write-stream.subx.html#L8'>write-stream</a> stream, data
<span id="L206" class="LineNr">206 </span> trace trace, <span class="Constant">&quot;print&quot;</span>, stream
<span id="L207" class="LineNr">207 </span><span class="Delimiter">}</span>
<span id="L208" class="LineNr">208 </span>
<span id="L209" class="LineNr">209 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L209'>print-number</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L210" class="LineNr">210 </span> <span class="PreProc">var</span> available-space/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
<span id="L210" class="LineNr">210 </span> <span class="PreProc">var</span> available-space/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> <a href='../108write.subx.html#L176'>space-remaining-in-stream</a> out
<span id="L211" class="LineNr">211 </span> compare available-space, <span class="Constant">0x10</span>
<span id="L212" class="LineNr">212 </span> <span class="Delimiter">{</span>
<span id="L213" class="LineNr">213 </span> <span class="PreProc">break-if-&gt;=</span>
<span id="L214" class="LineNr">214 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
<span id="L215" class="LineNr">215 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;print-number: no space&quot;</span>
<span id="L214" class="LineNr">214 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;...&quot;</span>
<span id="L215" class="LineNr">215 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-number: no space&quot;</span>
<span id="L216" class="LineNr">216 </span> <span class="PreProc">return</span>
<span id="L217" class="LineNr">217 </span> <span class="Delimiter">}</span>
<span id="L218" class="LineNr">218 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L219" class="LineNr">219 </span> <span class="PreProc">var</span> val/<span class="Constant">eax</span>: (addr float) <span class="Special">&lt;-</span> get in, number-data
<span id="L218" class="LineNr">218 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L219" class="LineNr">219 </span> <span class="PreProc">var</span> val/<span class="muRegEax">eax</span>: (addr float) <span class="Special">&lt;-</span> get in, number-data
<span id="L220" class="LineNr">220 </span> <a href='../412render-float-decimal.mu.html#L163'>write-float-decimal-approximate</a> out, *val, <span class="Constant">3</span>/precision
<span id="L221" class="LineNr">221 </span> <span class="muComment"># trace</span>
<span id="L222" class="LineNr">222 </span> <span class="Delimiter">{</span>
<span id="L223" class="LineNr">223 </span> <span class="PreProc">var</span> <a href='trace.mu.html#L112'>should-trace?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L112'>should-trace?</a> trace
<span id="L224" class="LineNr">224 </span> compare <a href='trace.mu.html#L112'>should-trace?</a>, <span class="Constant">0</span>/false
<span id="L223" class="LineNr">223 </span> <span class="PreProc">var</span> <a href='trace.mu.html#L123'>should-trace?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L123'>should-trace?</a> trace
<span id="L224" class="LineNr">224 </span> compare <a href='trace.mu.html#L123'>should-trace?</a>, <span class="Constant">0</span>/false
<span id="L225" class="LineNr">225 </span> <span class="PreProc">break-if-!=</span>
<span id="L226" class="LineNr">226 </span> <span class="PreProc">return</span>
<span id="L227" class="LineNr">227 </span> <span class="Delimiter">}</span>
<span id="L228" class="LineNr">228 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L229" class="LineNr">229 </span> <span class="PreProc">var</span> stream/<span class="Constant">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L229" class="LineNr">229 </span> <span class="PreProc">var</span> stream/<span class="muRegEcx">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L230" class="LineNr">230 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; number &quot;</span>
<span id="L231" class="LineNr">231 </span> <a href='../412render-float-decimal.mu.html#L163'>write-float-decimal-approximate</a> stream, *val, <span class="Constant">3</span>/precision
<span id="L232" class="LineNr">232 </span> trace trace, <span class="Constant">&quot;print&quot;</span>, stream
@ -293,97 +298,97 @@ if ('onhashchange' in window) {
<span id="L234" class="LineNr">234 </span>
<span id="L235" class="LineNr">235 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L235'>print-pair</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L236" class="LineNr">236 </span> <span class="muComment"># if in starts with a quote, print the quote outside the expression</span>
<span id="L237" class="LineNr">237 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L238" class="LineNr">238 </span> <span class="PreProc">var</span> left-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, left
<span id="L239" class="LineNr">239 </span> <span class="PreProc">var</span> _left/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *left-ah
<span id="L240" class="LineNr">240 </span> <span class="PreProc">var</span> left/<span class="Constant">ecx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _left
<span id="L241" class="LineNr">241 </span> <span class="PreProc">var</span> is-quote?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;'&quot;</span>
<span id="L237" class="LineNr">237 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L238" class="LineNr">238 </span> <span class="PreProc">var</span> left-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, left
<span id="L239" class="LineNr">239 </span> <span class="PreProc">var</span> _left/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *left-ah
<span id="L240" class="LineNr">240 </span> <span class="PreProc">var</span> left/<span class="muRegEcx">ecx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _left
<span id="L241" class="LineNr">241 </span> <span class="PreProc">var</span> is-quote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;'&quot;</span>
<span id="L242" class="LineNr">242 </span> compare is-quote?, <span class="Constant">0</span>/false
<span id="L243" class="LineNr">243 </span> <span class="Delimiter">{</span>
<span id="L244" class="LineNr">244 </span> <span class="PreProc">break-if-=</span>
<span id="L245" class="LineNr">245 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;'&quot;</span>
<span id="L246" class="LineNr">246 </span> <span class="PreProc">var</span> right-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
<span id="L245" class="LineNr">245 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;'&quot;</span>
<span id="L246" class="LineNr">246 </span> <span class="PreProc">var</span> right-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
<span id="L247" class="LineNr">247 </span> <a href='print.mu.html#L7'>print-cell</a> right-ah, out, trace
<span id="L248" class="LineNr">248 </span> <span class="PreProc">return</span>
<span id="L249" class="LineNr">249 </span> <span class="Delimiter">}</span>
<span id="L250" class="LineNr">250 </span> <span class="PreProc">var</span> is-backquote?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;`&quot;</span>
<span id="L250" class="LineNr">250 </span> <span class="PreProc">var</span> is-backquote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;`&quot;</span>
<span id="L251" class="LineNr">251 </span> compare is-backquote?, <span class="Constant">0</span>/false
<span id="L252" class="LineNr">252 </span> <span class="Delimiter">{</span>
<span id="L253" class="LineNr">253 </span> <span class="PreProc">break-if-=</span>
<span id="L254" class="LineNr">254 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;`&quot;</span>
<span id="L255" class="LineNr">255 </span> <span class="PreProc">var</span> right-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
<span id="L254" class="LineNr">254 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;`&quot;</span>
<span id="L255" class="LineNr">255 </span> <span class="PreProc">var</span> right-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
<span id="L256" class="LineNr">256 </span> <a href='print.mu.html#L7'>print-cell</a> right-ah, out, trace
<span id="L257" class="LineNr">257 </span> <span class="PreProc">return</span>
<span id="L258" class="LineNr">258 </span> <span class="Delimiter">}</span>
<span id="L259" class="LineNr">259 </span> <span class="PreProc">var</span> is-unquote?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;,&quot;</span>
<span id="L259" class="LineNr">259 </span> <span class="PreProc">var</span> is-unquote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;,&quot;</span>
<span id="L260" class="LineNr">260 </span> compare is-unquote?, <span class="Constant">0</span>/false
<span id="L261" class="LineNr">261 </span> <span class="Delimiter">{</span>
<span id="L262" class="LineNr">262 </span> <span class="PreProc">break-if-=</span>
<span id="L263" class="LineNr">263 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;,&quot;</span>
<span id="L264" class="LineNr">264 </span> <span class="PreProc">var</span> right-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
<span id="L263" class="LineNr">263 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;,&quot;</span>
<span id="L264" class="LineNr">264 </span> <span class="PreProc">var</span> right-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
<span id="L265" class="LineNr">265 </span> <a href='print.mu.html#L7'>print-cell</a> right-ah, out, trace
<span id="L266" class="LineNr">266 </span> <span class="PreProc">return</span>
<span id="L267" class="LineNr">267 </span> <span class="Delimiter">}</span>
<span id="L268" class="LineNr">268 </span> <span class="PreProc">var</span> is-unquote-splice?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;,@&quot;</span>
<span id="L268" class="LineNr">268 </span> <span class="PreProc">var</span> is-unquote-splice?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='cell.mu.html#L44'>symbol-equal?</a> left, <span class="Constant">&quot;,@&quot;</span>
<span id="L269" class="LineNr">269 </span> compare is-unquote-splice?, <span class="Constant">0</span>/false
<span id="L270" class="LineNr">270 </span> <span class="Delimiter">{</span>
<span id="L271" class="LineNr">271 </span> <span class="PreProc">break-if-=</span>
<span id="L272" class="LineNr">272 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;,@&quot;</span>
<span id="L273" class="LineNr">273 </span> <span class="PreProc">var</span> right-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
<span id="L272" class="LineNr">272 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;,@&quot;</span>
<span id="L273" class="LineNr">273 </span> <span class="PreProc">var</span> right-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
<span id="L274" class="LineNr">274 </span> <a href='print.mu.html#L7'>print-cell</a> right-ah, out, trace
<span id="L275" class="LineNr">275 </span> <span class="PreProc">return</span>
<span id="L276" class="LineNr">276 </span> <span class="Delimiter">}</span>
<span id="L277" class="LineNr">277 </span> <span class="muComment">#</span>
<span id="L278" class="LineNr">278 </span> <span class="PreProc">var</span> curr/<span class="Constant">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L278" class="LineNr">278 </span> <span class="PreProc">var</span> curr/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L279" class="LineNr">279 </span> <span class="Delimiter">{</span>
<span id="L280" class="LineNr">280 </span> <span class="PreProc">var</span> overflow?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;(&quot;</span>
<span id="L280" class="LineNr">280 </span> <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;(&quot;</span>
<span id="L281" class="LineNr">281 </span> compare overflow?, <span class="Constant">0</span>/false
<span id="L282" class="LineNr">282 </span> <span class="PreProc">break-if-=</span>
<span id="L283" class="LineNr">283 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;print-pair: no space for '('&quot;</span>
<span id="L283" class="LineNr">283 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-pair: no space for '('&quot;</span>
<span id="L284" class="LineNr">284 </span> <span class="PreProc">return</span>
<span id="L285" class="LineNr">285 </span> <span class="Delimiter">}</span>
<span id="L286" class="LineNr">286 </span> $print-pair:<span class="PreProc">loop</span>: <span class="Delimiter">{</span>
<span id="L287" class="LineNr">287 </span> <span class="PreProc">var</span> left/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get curr, left
<span id="L287" class="LineNr">287 </span> <span class="PreProc">var</span> left/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get curr, left
<span id="L288" class="LineNr">288 </span> <a href='print.mu.html#L7'>print-cell</a> left, out, trace
<span id="L289" class="LineNr">289 </span> <span class="muComment"># errors? skip</span>
<span id="L290" class="LineNr">290 </span> <span class="Delimiter">{</span>
<span id="L291" class="LineNr">291 </span> <span class="PreProc">var</span> error?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L83'>has-errors?</a> trace
<span id="L291" class="LineNr">291 </span> <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
<span id="L292" class="LineNr">292 </span> compare error?, <span class="Constant">0</span>/false
<span id="L293" class="LineNr">293 </span> <span class="PreProc">break-if-=</span>
<span id="L294" class="LineNr">294 </span> <span class="PreProc">return</span>
<span id="L295" class="LineNr">295 </span> <span class="Delimiter">}</span>
<span id="L296" class="LineNr">296 </span> <span class="PreProc">var</span> right/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get curr, right
<span id="L297" class="LineNr">297 </span> <span class="PreProc">var</span> right-addr/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *right
<span id="L296" class="LineNr">296 </span> <span class="PreProc">var</span> right/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get curr, right
<span id="L297" class="LineNr">297 </span> <span class="PreProc">var</span> right-addr/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *right
<span id="L298" class="LineNr">298 </span> <span class="Delimiter">{</span>
<span id="L299" class="LineNr">299 </span> compare right-addr, <span class="Constant">0</span>
<span id="L300" class="LineNr">300 </span> <span class="PreProc">break-if-!=</span>
<span id="L301" class="LineNr">301 </span> <a href='../317abort.subx.html#L5'>abort</a> <span class="Constant">&quot;NULL in print!&quot;</span>
<span id="L302" class="LineNr">302 </span> <span class="Delimiter">}</span>
<span id="L303" class="LineNr">303 </span> <span class="Delimiter">{</span>
<span id="L304" class="LineNr">304 </span> <span class="PreProc">var</span> right-nil?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> right-addr
<span id="L304" class="LineNr">304 </span> <span class="PreProc">var</span> right-nil?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='print.mu.html#L347'>nil?</a> right-addr
<span id="L305" class="LineNr">305 </span> compare right-nil?, <span class="Constant">0</span>/false
<span id="L306" class="LineNr">306 </span> <span class="Delimiter">{</span>
<span id="L307" class="LineNr">307 </span> <span class="PreProc">break-if-=</span>
<span id="L308" class="LineNr">308 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;print&quot;</span>, <span class="Constant">&quot;right is nil&quot;</span>
<span id="L308" class="LineNr">308 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;print&quot;</span>, <span class="Constant">&quot;right is nil&quot;</span>
<span id="L309" class="LineNr">309 </span> <span class="PreProc">break</span> $print-pair:<span class="PreProc">loop</span>
<span id="L310" class="LineNr">310 </span> <span class="Delimiter">}</span>
<span id="L311" class="LineNr">311 </span> <span class="Delimiter">}</span>
<span id="L312" class="LineNr">312 </span> <span class="Delimiter">{</span>
<span id="L313" class="LineNr">313 </span> <span class="PreProc">var</span> overflow?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot; &quot;</span>
<span id="L313" class="LineNr">313 </span> <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot; &quot;</span>
<span id="L314" class="LineNr">314 </span> compare overflow?, <span class="Constant">0</span>/false
<span id="L315" class="LineNr">315 </span> <span class="PreProc">break-if-=</span>
<span id="L316" class="LineNr">316 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;print-pair: no space&quot;</span>
<span id="L316" class="LineNr">316 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-pair: no space&quot;</span>
<span id="L317" class="LineNr">317 </span> <span class="PreProc">return</span>
<span id="L318" class="LineNr">318 </span> <span class="Delimiter">}</span>
<span id="L319" class="LineNr">319 </span> <span class="PreProc">var</span> right-type-addr/<span class="Constant">edx</span>: (addr int) <span class="Special">&lt;-</span> get right-addr, <span class="PreProc">type</span>
<span id="L319" class="LineNr">319 </span> <span class="PreProc">var</span> right-type-addr/<span class="muRegEdx">edx</span>: (addr int) <span class="Special">&lt;-</span> get right-addr, <span class="PreProc">type</span>
<span id="L320" class="LineNr">320 </span> <span class="Delimiter">{</span>
<span id="L321" class="LineNr">321 </span> compare *right-type-addr, <span class="Constant">0</span>/pair
<span id="L322" class="LineNr">322 </span> <span class="PreProc">break-if-=</span>
<span id="L323" class="LineNr">323 </span> <span class="Delimiter">{</span>
<span id="L324" class="LineNr">324 </span> <span class="PreProc">var</span> overflow?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;. &quot;</span>
<span id="L324" class="LineNr">324 </span> <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;. &quot;</span>
<span id="L325" class="LineNr">325 </span> compare overflow?, <span class="Constant">0</span>/false
<span id="L326" class="LineNr">326 </span> <span class="PreProc">break-if-=</span>
<span id="L327" class="LineNr">327 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;print-pair: no space&quot;</span>
<span id="L327" class="LineNr">327 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-pair: no space&quot;</span>
<span id="L328" class="LineNr">328 </span> <span class="PreProc">return</span>
<span id="L329" class="LineNr">329 </span> <span class="Delimiter">}</span>
<span id="L330" class="LineNr">330 </span> <a href='print.mu.html#L7'>print-cell</a> right, out, trace
@ -393,36 +398,36 @@ if ('onhashchange' in window) {
<span id="L334" class="LineNr">334 </span> <span class="PreProc">loop</span>
<span id="L335" class="LineNr">335 </span> <span class="Delimiter">}</span>
<span id="L336" class="LineNr">336 </span> <span class="Delimiter">{</span>
<span id="L337" class="LineNr">337 </span> <span class="PreProc">var</span> overflow?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;)&quot;</span>
<span id="L337" class="LineNr">337 </span> <span class="PreProc">var</span> overflow?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../108write.subx.html#L138'>try-write</a> out, <span class="Constant">&quot;)&quot;</span>
<span id="L338" class="LineNr">338 </span> compare overflow?, <span class="Constant">0</span>/false
<span id="L339" class="LineNr">339 </span> <span class="PreProc">break-if-=</span>
<span id="L340" class="LineNr">340 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;print-pair: no space for ')'&quot;</span>
<span id="L340" class="LineNr">340 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;print-pair: no space for ')'&quot;</span>
<span id="L341" class="LineNr">341 </span> <span class="PreProc">return</span>
<span id="L342" class="LineNr">342 </span> <span class="Delimiter">}</span>
<span id="L343" class="LineNr">343 </span><span class="Delimiter">}</span>
<span id="L344" class="LineNr">344 </span>
<span id="L345" class="LineNr">345 </span><span class="muComment"># Most lisps intern nil, but we don't really have globals yet, so we'll be</span>
<span id="L346" class="LineNr">346 </span><span class="muComment"># less efficient for now.</span>
<span id="L347" class="LineNr">347 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L347'>nil?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L348" class="LineNr">348 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L347" class="LineNr">347 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='print.mu.html#L347'>nil?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L348" class="LineNr">348 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L349" class="LineNr">349 </span> <span class="muComment"># if type != pair, return false</span>
<span id="L350" class="LineNr">350 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get in, <span class="PreProc">type</span>
<span id="L350" class="LineNr">350 </span> <span class="PreProc">var</span> <span class="PreProc">type</span>/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get in, <span class="PreProc">type</span>
<span id="L351" class="LineNr">351 </span> compare *<span class="PreProc">type</span>, <span class="Constant">0</span>/pair
<span id="L352" class="LineNr">352 </span> <span class="Delimiter">{</span>
<span id="L353" class="LineNr">353 </span> <span class="PreProc">break-if-=</span>
<span id="L354" class="LineNr">354 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L355" class="LineNr">355 </span> <span class="Delimiter">}</span>
<span id="L356" class="LineNr">356 </span> <span class="muComment"># if left != null, return false</span>
<span id="L357" class="LineNr">357 </span> <span class="PreProc">var</span> left-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, left
<span id="L358" class="LineNr">358 </span> <span class="PreProc">var</span> left/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *left-ah
<span id="L357" class="LineNr">357 </span> <span class="PreProc">var</span> left-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, left
<span id="L358" class="LineNr">358 </span> <span class="PreProc">var</span> left/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *left-ah
<span id="L359" class="LineNr">359 </span> compare left, <span class="Constant">0</span>
<span id="L360" class="LineNr">360 </span> <span class="Delimiter">{</span>
<span id="L361" class="LineNr">361 </span> <span class="PreProc">break-if-=</span>
<span id="L362" class="LineNr">362 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L363" class="LineNr">363 </span> <span class="Delimiter">}</span>
<span id="L364" class="LineNr">364 </span> <span class="muComment"># if right != null, return false</span>
<span id="L365" class="LineNr">365 </span> <span class="PreProc">var</span> right-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
<span id="L366" class="LineNr">366 </span> <span class="PreProc">var</span> right/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *right-ah
<span id="L365" class="LineNr">365 </span> <span class="PreProc">var</span> right-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> get in, right
<span id="L366" class="LineNr">366 </span> <span class="PreProc">var</span> right/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *right-ah
<span id="L367" class="LineNr">367 </span> compare right, <span class="Constant">0</span>
<span id="L368" class="LineNr">368 </span> <span class="Delimiter">{</span>
<span id="L369" class="LineNr">369 </span> <span class="PreProc">break-if-=</span>
@ -433,79 +438,79 @@ if ('onhashchange' in window) {
<span id="L374" class="LineNr">374 </span>
<span id="L375" class="LineNr">375 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L375'>test-print-cell-zero</a></span> <span class="Delimiter">{</span>
<span id="L376" class="LineNr">376 </span> <span class="PreProc">var</span> num-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L377" class="LineNr">377 </span> <span class="PreProc">var</span> num/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address num-storage
<span id="L377" class="LineNr">377 </span> <span class="PreProc">var</span> num/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address num-storage
<span id="L378" class="LineNr">378 </span> <a href='cell.mu.html#L84'>new-integer</a> num, <span class="Constant">0</span>
<span id="L379" class="LineNr">379 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L380" class="LineNr">380 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L380" class="LineNr">380 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L381" class="LineNr">381 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L382" class="LineNr">382 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L383" class="LineNr">383 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L382" class="LineNr">382 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L383" class="LineNr">383 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L384" class="LineNr">384 </span> <a href='print.mu.html#L7'>print-cell</a> num, out, trace
<span id="L385" class="LineNr">385 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;0&quot;</span>, <span class="Constant">&quot;F - test-print-cell-zero&quot;</span>
<span id="L386" class="LineNr">386 </span><span class="Delimiter">}</span>
<span id="L387" class="LineNr">387 </span>
<span id="L388" class="LineNr">388 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L388'>test-print-cell-integer</a></span> <span class="Delimiter">{</span>
<span id="L389" class="LineNr">389 </span> <span class="PreProc">var</span> num-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L390" class="LineNr">390 </span> <span class="PreProc">var</span> num/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address num-storage
<span id="L390" class="LineNr">390 </span> <span class="PreProc">var</span> num/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address num-storage
<span id="L391" class="LineNr">391 </span> <a href='cell.mu.html#L84'>new-integer</a> num, <span class="Constant">1</span>
<span id="L392" class="LineNr">392 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L393" class="LineNr">393 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L393" class="LineNr">393 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L394" class="LineNr">394 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L395" class="LineNr">395 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L396" class="LineNr">396 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L395" class="LineNr">395 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L396" class="LineNr">396 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L397" class="LineNr">397 </span> <a href='print.mu.html#L7'>print-cell</a> num, out, trace
<span id="L398" class="LineNr">398 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;1&quot;</span>, <span class="Constant">&quot;F - test-print-cell-integer&quot;</span>
<span id="L399" class="LineNr">399 </span><span class="Delimiter">}</span>
<span id="L400" class="LineNr">400 </span>
<span id="L401" class="LineNr">401 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L401'>test-print-cell-integer-2</a></span> <span class="Delimiter">{</span>
<span id="L402" class="LineNr">402 </span> <span class="PreProc">var</span> num-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L403" class="LineNr">403 </span> <span class="PreProc">var</span> num/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address num-storage
<span id="L403" class="LineNr">403 </span> <span class="PreProc">var</span> num/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address num-storage
<span id="L404" class="LineNr">404 </span> <a href='cell.mu.html#L84'>new-integer</a> num, <span class="Constant">0x30</span>
<span id="L405" class="LineNr">405 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L406" class="LineNr">406 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L406" class="LineNr">406 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L407" class="LineNr">407 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L408" class="LineNr">408 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L409" class="LineNr">409 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L408" class="LineNr">408 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L409" class="LineNr">409 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L410" class="LineNr">410 </span> <a href='print.mu.html#L7'>print-cell</a> num, out, trace
<span id="L411" class="LineNr">411 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;48&quot;</span>, <span class="Constant">&quot;F - test-print-cell-integer-2&quot;</span>
<span id="L412" class="LineNr">412 </span><span class="Delimiter">}</span>
<span id="L413" class="LineNr">413 </span>
<span id="L414" class="LineNr">414 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L414'>test-print-cell-fraction</a></span> <span class="Delimiter">{</span>
<span id="L415" class="LineNr">415 </span> <span class="PreProc">var</span> num-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L416" class="LineNr">416 </span> <span class="PreProc">var</span> num/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address num-storage
<span id="L416" class="LineNr">416 </span> <span class="PreProc">var</span> num/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address num-storage
<span id="L417" class="LineNr">417 </span> <span class="PreProc">var</span> val/<span class="Constant">xmm0</span>: float <span class="Special">&lt;-</span> <a href='../408float.mu.html#L18'>rational</a> <span class="Constant">1</span>, <span class="Constant">2</span>
<span id="L418" class="LineNr">418 </span> <a href='cell.mu.html#L97'>new-float</a> num, val
<span id="L419" class="LineNr">419 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L420" class="LineNr">420 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L420" class="LineNr">420 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L421" class="LineNr">421 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L422" class="LineNr">422 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L423" class="LineNr">423 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L422" class="LineNr">422 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L423" class="LineNr">423 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L424" class="LineNr">424 </span> <a href='print.mu.html#L7'>print-cell</a> num, out, trace
<span id="L425" class="LineNr">425 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;0.5&quot;</span>, <span class="Constant">&quot;F - test-print-cell-fraction&quot;</span>
<span id="L426" class="LineNr">426 </span><span class="Delimiter">}</span>
<span id="L427" class="LineNr">427 </span>
<span id="L428" class="LineNr">428 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L428'>test-print-cell-symbol</a></span> <span class="Delimiter">{</span>
<span id="L429" class="LineNr">429 </span> <span class="PreProc">var</span> sym-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L430" class="LineNr">430 </span> <span class="PreProc">var</span> sym/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address sym-storage
<span id="L430" class="LineNr">430 </span> <span class="PreProc">var</span> sym/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address sym-storage
<span id="L431" class="LineNr">431 </span> <a href='cell.mu.html#L39'>new-symbol</a> sym, <span class="Constant">&quot;abc&quot;</span>
<span id="L432" class="LineNr">432 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L433" class="LineNr">433 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L433" class="LineNr">433 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L434" class="LineNr">434 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L435" class="LineNr">435 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L436" class="LineNr">436 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L435" class="LineNr">435 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L436" class="LineNr">436 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L437" class="LineNr">437 </span> <a href='print.mu.html#L7'>print-cell</a> sym, out, trace
<span id="L438" class="LineNr">438 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;abc&quot;</span>, <span class="Constant">&quot;F - test-print-cell-symbol&quot;</span>
<span id="L439" class="LineNr">439 </span><span class="Delimiter">}</span>
<span id="L440" class="LineNr">440 </span>
<span id="L441" class="LineNr">441 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L441'>test-print-cell-nil-list</a></span> <span class="Delimiter">{</span>
<span id="L442" class="LineNr">442 </span> <span class="PreProc">var</span> nil-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L443" class="LineNr">443 </span> <span class="PreProc">var</span> <a href='cell.mu.html#L121'>nil</a>/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address nil-storage
<span id="L443" class="LineNr">443 </span> <span class="PreProc">var</span> <a href='cell.mu.html#L121'>nil</a>/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address nil-storage
<span id="L444" class="LineNr">444 </span> <a href='cell.mu.html#L102'>allocate-pair</a> <a href='cell.mu.html#L121'>nil</a>
<span id="L445" class="LineNr">445 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L446" class="LineNr">446 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L446" class="LineNr">446 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L447" class="LineNr">447 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L448" class="LineNr">448 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L449" class="LineNr">449 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L448" class="LineNr">448 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L449" class="LineNr">449 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L450" class="LineNr">450 </span> <a href='print.mu.html#L7'>print-cell</a> <a href='cell.mu.html#L121'>nil</a>, out, trace
<span id="L451" class="LineNr">451 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;()&quot;</span>, <span class="Constant">&quot;F - test-print-cell-nil-list&quot;</span>
<span id="L452" class="LineNr">452 </span><span class="Delimiter">}</span>
@ -513,20 +518,20 @@ if ('onhashchange' in window) {
<span id="L454" class="LineNr">454 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L454'>test-print-cell-singleton-list</a></span> <span class="Delimiter">{</span>
<span id="L455" class="LineNr">455 </span> <span class="muComment"># list</span>
<span id="L456" class="LineNr">456 </span> <span class="PreProc">var</span> left-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L457" class="LineNr">457 </span> <span class="PreProc">var</span> left/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address left-storage
<span id="L457" class="LineNr">457 </span> <span class="PreProc">var</span> left/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address left-storage
<span id="L458" class="LineNr">458 </span> <a href='cell.mu.html#L39'>new-symbol</a> left, <span class="Constant">&quot;abc&quot;</span>
<span id="L459" class="LineNr">459 </span> <span class="PreProc">var</span> nil-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L460" class="LineNr">460 </span> <span class="PreProc">var</span> <a href='cell.mu.html#L121'>nil</a>/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address nil-storage
<span id="L460" class="LineNr">460 </span> <span class="PreProc">var</span> <a href='cell.mu.html#L121'>nil</a>/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address nil-storage
<span id="L461" class="LineNr">461 </span> <a href='cell.mu.html#L102'>allocate-pair</a> <a href='cell.mu.html#L121'>nil</a>
<span id="L462" class="LineNr">462 </span> <span class="PreProc">var</span> list-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L463" class="LineNr">463 </span> <span class="PreProc">var</span> list/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address list-storage
<span id="L463" class="LineNr">463 </span> <span class="PreProc">var</span> list/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address list-storage
<span id="L464" class="LineNr">464 </span> <a href='cell.mu.html#L116'>new-pair</a> list, *left, *nil
<span id="L465" class="LineNr">465 </span> <span class="muComment">#</span>
<span id="L466" class="LineNr">466 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L467" class="LineNr">467 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L467" class="LineNr">467 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L468" class="LineNr">468 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L469" class="LineNr">469 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L470" class="LineNr">470 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L469" class="LineNr">469 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L470" class="LineNr">470 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L471" class="LineNr">471 </span> <a href='print.mu.html#L7'>print-cell</a> list, out, trace
<span id="L472" class="LineNr">472 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;(abc)&quot;</span>, <span class="Constant">&quot;F - test-print-cell-singleton-list&quot;</span>
<span id="L473" class="LineNr">473 </span><span class="Delimiter">}</span>
@ -534,23 +539,23 @@ if ('onhashchange' in window) {
<span id="L475" class="LineNr">475 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L475'>test-print-cell-list</a></span> <span class="Delimiter">{</span>
<span id="L476" class="LineNr">476 </span> <span class="muComment"># list = cons &quot;abc&quot;, nil</span>
<span id="L477" class="LineNr">477 </span> <span class="PreProc">var</span> left-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L478" class="LineNr">478 </span> <span class="PreProc">var</span> left/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address left-storage
<span id="L478" class="LineNr">478 </span> <span class="PreProc">var</span> left/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address left-storage
<span id="L479" class="LineNr">479 </span> <a href='cell.mu.html#L39'>new-symbol</a> left, <span class="Constant">&quot;abc&quot;</span>
<span id="L480" class="LineNr">480 </span> <span class="PreProc">var</span> nil-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L481" class="LineNr">481 </span> <span class="PreProc">var</span> <a href='cell.mu.html#L121'>nil</a>/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address nil-storage
<span id="L481" class="LineNr">481 </span> <span class="PreProc">var</span> <a href='cell.mu.html#L121'>nil</a>/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address nil-storage
<span id="L482" class="LineNr">482 </span> <a href='cell.mu.html#L102'>allocate-pair</a> <a href='cell.mu.html#L121'>nil</a>
<span id="L483" class="LineNr">483 </span> <span class="PreProc">var</span> list-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L484" class="LineNr">484 </span> <span class="PreProc">var</span> list/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address list-storage
<span id="L484" class="LineNr">484 </span> <span class="PreProc">var</span> list/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address list-storage
<span id="L485" class="LineNr">485 </span> <a href='cell.mu.html#L116'>new-pair</a> list, *left, *nil
<span id="L486" class="LineNr">486 </span> <span class="muComment"># list = cons 64, list</span>
<span id="L487" class="LineNr">487 </span> <a href='cell.mu.html#L84'>new-integer</a> left, <span class="Constant">0x40</span>
<span id="L488" class="LineNr">488 </span> <a href='cell.mu.html#L116'>new-pair</a> list, *left, *list
<span id="L489" class="LineNr">489 </span> <span class="muComment">#</span>
<span id="L490" class="LineNr">490 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L491" class="LineNr">491 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L491" class="LineNr">491 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L492" class="LineNr">492 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L493" class="LineNr">493 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L494" class="LineNr">494 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L493" class="LineNr">493 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L494" class="LineNr">494 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L495" class="LineNr">495 </span> <a href='print.mu.html#L7'>print-cell</a> list, out, trace
<span id="L496" class="LineNr">496 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;(64 abc)&quot;</span>, <span class="Constant">&quot;F - test-print-cell-list&quot;</span>
<span id="L497" class="LineNr">497 </span><span class="Delimiter">}</span>
@ -558,23 +563,23 @@ if ('onhashchange' in window) {
<span id="L499" class="LineNr">499 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L499'>test-print-cell-list-of-nil</a></span> <span class="Delimiter">{</span>
<span id="L500" class="LineNr">500 </span> <span class="muComment"># list = cons &quot;abc&quot;, nil</span>
<span id="L501" class="LineNr">501 </span> <span class="PreProc">var</span> left-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L502" class="LineNr">502 </span> <span class="PreProc">var</span> left/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address left-storage
<span id="L502" class="LineNr">502 </span> <span class="PreProc">var</span> left/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address left-storage
<span id="L503" class="LineNr">503 </span> <a href='cell.mu.html#L102'>allocate-pair</a> left
<span id="L504" class="LineNr">504 </span> <span class="PreProc">var</span> nil-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L505" class="LineNr">505 </span> <span class="PreProc">var</span> <a href='cell.mu.html#L121'>nil</a>/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address nil-storage
<span id="L505" class="LineNr">505 </span> <span class="PreProc">var</span> <a href='cell.mu.html#L121'>nil</a>/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address nil-storage
<span id="L506" class="LineNr">506 </span> <a href='cell.mu.html#L102'>allocate-pair</a> <a href='cell.mu.html#L121'>nil</a>
<span id="L507" class="LineNr">507 </span> <span class="PreProc">var</span> list-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L508" class="LineNr">508 </span> <span class="PreProc">var</span> list/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address list-storage
<span id="L508" class="LineNr">508 </span> <span class="PreProc">var</span> list/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address list-storage
<span id="L509" class="LineNr">509 </span> <a href='cell.mu.html#L116'>new-pair</a> list, *left, *nil
<span id="L510" class="LineNr">510 </span> <span class="muComment"># list = cons 64, list</span>
<span id="L511" class="LineNr">511 </span> <a href='cell.mu.html#L84'>new-integer</a> left, <span class="Constant">0x40</span>
<span id="L512" class="LineNr">512 </span> <a href='cell.mu.html#L116'>new-pair</a> list, *left, *list
<span id="L513" class="LineNr">513 </span> <span class="muComment">#</span>
<span id="L514" class="LineNr">514 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L515" class="LineNr">515 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L515" class="LineNr">515 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L516" class="LineNr">516 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L517" class="LineNr">517 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L518" class="LineNr">518 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L517" class="LineNr">517 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L518" class="LineNr">518 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L519" class="LineNr">519 </span> <a href='print.mu.html#L7'>print-cell</a> list, out, trace
<span id="L520" class="LineNr">520 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;(64 ())&quot;</span>, <span class="Constant">&quot;F - test-print-cell-list-nil&quot;</span>
<span id="L521" class="LineNr">521 </span><span class="Delimiter">}</span>
@ -582,33 +587,33 @@ if ('onhashchange' in window) {
<span id="L523" class="LineNr">523 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L523'>test-print-dotted-list</a></span> <span class="Delimiter">{</span>
<span id="L524" class="LineNr">524 </span> <span class="muComment"># list = cons 64, &quot;abc&quot;</span>
<span id="L525" class="LineNr">525 </span> <span class="PreProc">var</span> left-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L526" class="LineNr">526 </span> <span class="PreProc">var</span> left/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address left-storage
<span id="L526" class="LineNr">526 </span> <span class="PreProc">var</span> left/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address left-storage
<span id="L527" class="LineNr">527 </span> <a href='cell.mu.html#L39'>new-symbol</a> left, <span class="Constant">&quot;abc&quot;</span>
<span id="L528" class="LineNr">528 </span> <span class="PreProc">var</span> right-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L529" class="LineNr">529 </span> <span class="PreProc">var</span> right/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address right-storage
<span id="L529" class="LineNr">529 </span> <span class="PreProc">var</span> right/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address right-storage
<span id="L530" class="LineNr">530 </span> <a href='cell.mu.html#L84'>new-integer</a> right, <span class="Constant">0x40</span>
<span id="L531" class="LineNr">531 </span> <span class="PreProc">var</span> list-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L532" class="LineNr">532 </span> <span class="PreProc">var</span> list/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address list-storage
<span id="L532" class="LineNr">532 </span> <span class="PreProc">var</span> list/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address list-storage
<span id="L533" class="LineNr">533 </span> <a href='cell.mu.html#L116'>new-pair</a> list, *left, *right
<span id="L534" class="LineNr">534 </span> <span class="muComment">#</span>
<span id="L535" class="LineNr">535 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L536" class="LineNr">536 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L536" class="LineNr">536 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L537" class="LineNr">537 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L538" class="LineNr">538 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L539" class="LineNr">539 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L538" class="LineNr">538 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L539" class="LineNr">539 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L540" class="LineNr">540 </span> <a href='print.mu.html#L7'>print-cell</a> list, out, trace
<span id="L541" class="LineNr">541 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;(abc . 64)&quot;</span>, <span class="Constant">&quot;F - test-print-dotted-list&quot;</span>
<span id="L542" class="LineNr">542 </span><span class="Delimiter">}</span>
<span id="L543" class="LineNr">543 </span>
<span id="L544" class="LineNr">544 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L544'>test-print-cell-interrupted</a></span> <span class="Delimiter">{</span>
<span id="L545" class="LineNr">545 </span> <span class="PreProc">var</span> sym-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L546" class="LineNr">546 </span> <span class="PreProc">var</span> sym/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address sym-storage
<span id="L546" class="LineNr">546 </span> <span class="PreProc">var</span> sym/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address sym-storage
<span id="L547" class="LineNr">547 </span> <a href='cell.mu.html#L39'>new-symbol</a> sym, <span class="Constant">&quot;abcd&quot;</span> <span class="muComment"># requires 4 bytes</span>
<span id="L548" class="LineNr">548 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">3</span>) <span class="muComment"># space for just 3 bytes</span>
<span id="L549" class="LineNr">549 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L549" class="LineNr">549 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L550" class="LineNr">550 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L551" class="LineNr">551 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L552" class="LineNr">552 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L551" class="LineNr">551 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L552" class="LineNr">552 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L553" class="LineNr">553 </span> <a href='print.mu.html#L7'>print-cell</a> sym, out, trace
<span id="L554" class="LineNr">554 </span> <span class="muComment"># insufficient space to print out the symbol; print out ellipses if we can</span>
<span id="L555" class="LineNr">555 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;...&quot;</span>, <span class="Constant">&quot;F - test-print-cell-interrupted&quot;</span>
@ -616,13 +621,13 @@ if ('onhashchange' in window) {
<span id="L557" class="LineNr">557 </span>
<span id="L558" class="LineNr">558 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L558'>test-print-cell-impossible</a></span> <span class="Delimiter">{</span>
<span id="L559" class="LineNr">559 </span> <span class="PreProc">var</span> sym-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L560" class="LineNr">560 </span> <span class="PreProc">var</span> sym/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address sym-storage
<span id="L560" class="LineNr">560 </span> <span class="PreProc">var</span> sym/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address sym-storage
<span id="L561" class="LineNr">561 </span> <a href='cell.mu.html#L39'>new-symbol</a> sym, <span class="Constant">&quot;abcd&quot;</span> <span class="muComment"># requires 4 bytes</span>
<span id="L562" class="LineNr">562 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">2</span>)
<span id="L563" class="LineNr">563 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L563" class="LineNr">563 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L564" class="LineNr">564 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L565" class="LineNr">565 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L566" class="LineNr">566 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L565" class="LineNr">565 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L566" class="LineNr">566 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L567" class="LineNr">567 </span> <a href='print.mu.html#L7'>print-cell</a> sym, out, trace
<span id="L568" class="LineNr">568 </span> <span class="muComment"># insufficient space even for ellipses; print nothing</span>
<span id="L569" class="LineNr">569 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;&quot;</span>, <span class="Constant">&quot;F - test-print-cell-impossible&quot;</span>
@ -631,20 +636,20 @@ if ('onhashchange' in window) {
<span id="L572" class="LineNr">572 </span><span class="PreProc">fn</span> <span class="muTest"><a href='print.mu.html#L572'>test-print-cell-interrupted-list</a></span> <span class="Delimiter">{</span>
<span id="L573" class="LineNr">573 </span> <span class="muComment"># list = (abcd) requires 6 bytes</span>
<span id="L574" class="LineNr">574 </span> <span class="PreProc">var</span> left-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L575" class="LineNr">575 </span> <span class="PreProc">var</span> left/<span class="Constant">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address left-storage
<span id="L575" class="LineNr">575 </span> <span class="PreProc">var</span> left/<span class="muRegEcx">ecx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address left-storage
<span id="L576" class="LineNr">576 </span> <a href='cell.mu.html#L39'>new-symbol</a> left, <span class="Constant">&quot;abcd&quot;</span>
<span id="L577" class="LineNr">577 </span> <span class="PreProc">var</span> nil-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L578" class="LineNr">578 </span> <span class="PreProc">var</span> <a href='cell.mu.html#L121'>nil</a>/<span class="Constant">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address nil-storage
<span id="L578" class="LineNr">578 </span> <span class="PreProc">var</span> <a href='cell.mu.html#L121'>nil</a>/<span class="muRegEdx">edx</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address nil-storage
<span id="L579" class="LineNr">579 </span> <a href='cell.mu.html#L102'>allocate-pair</a> <a href='cell.mu.html#L121'>nil</a>
<span id="L580" class="LineNr">580 </span> <span class="PreProc">var</span> list-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L581" class="LineNr">581 </span> <span class="PreProc">var</span> list/<span class="Constant">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address list-storage
<span id="L581" class="LineNr">581 </span> <span class="PreProc">var</span> list/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address list-storage
<span id="L582" class="LineNr">582 </span> <a href='cell.mu.html#L116'>new-pair</a> list, *left, *nil
<span id="L583" class="LineNr">583 </span> <span class="muComment">#</span>
<span id="L584" class="LineNr">584 </span> <span class="PreProc">var</span> out-storage: (stream byte <span class="Constant">4</span>) <span class="muComment"># space for just 4 bytes</span>
<span id="L585" class="LineNr">585 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L585" class="LineNr">585 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> address out-storage
<span id="L586" class="LineNr">586 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L587" class="LineNr">587 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L588" class="LineNr">588 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L587" class="LineNr">587 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L588" class="LineNr">588 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L589" class="LineNr">589 </span> <a href='print.mu.html#L7'>print-cell</a> list, out, trace
<span id="L590" class="LineNr">590 </span> <a href='../109stream-equal.subx.html#L194'>check-stream-equal</a> out, <span class="Constant">&quot;(...&quot;</span>, <span class="Constant">&quot;F - test-print-cell-interrupted-list&quot;</span>
<span id="L591" class="LineNr">591 </span><span class="Delimiter">}</span>

View File

@ -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) {
<span id="L2" class="LineNr"> 2 </span> <span class="muComment"># TODO: we may be able to generate tokens lazily and drop this stream.</span>
<span id="L3" class="LineNr"> 3 </span> <span class="muComment"># Depends on how we implement indent-sensitivity and infix.</span>
<span id="L4" class="LineNr"> 4 </span> <span class="PreProc">var</span> tokens-storage: (stream <a href='cell.mu.html#L1'>cell</a> <span class="Constant">0x400</span>)
<span id="L5" class="LineNr"> 5 </span> <span class="PreProc">var</span> tokens/<span class="Constant">ecx</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address tokens-storage
<span id="L5" class="LineNr"> 5 </span> <span class="PreProc">var</span> tokens/<span class="muRegEcx">ecx</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address tokens-storage
<span id="L6" class="LineNr"> 6 </span> <a href='tokenize.mu.html#L5'>tokenize</a> in, tokens, trace
<span id="L7" class="LineNr"> 7 </span> <span class="PreProc">var</span> error?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L83'>has-errors?</a> trace
<span id="L7" class="LineNr"> 7 </span> <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
<span id="L8" class="LineNr"> 8 </span> compare error?, <span class="Constant">0</span>/false
<span id="L9" class="LineNr"> 9 </span> <span class="Delimiter">{</span>
<span id="L10" class="LineNr">10 </span> <span class="PreProc">break-if-=</span>

File diff suppressed because it is too large Load Diff

View File

@ -14,14 +14,20 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-
body { font-size:12pt; font-family: monospace; color: #000000; background-color: #a8a8a8; }
a { color:inherit; }
* { font-size:12pt; font-size: 1em; }
.PreProc { color: #c000c0; }
.Special { color: #ff6060; }
.LineNr { }
.Constant { color: #008787; }
.Delimiter { color: #c000c0; }
.muRegEbx { color: #8787af; }
.muRegEsi { color: #87d787; }
.muRegEdi { color: #87ffd7; }
.Constant { color: #008787; }
.Special { color: #ff6060; }
.PreProc { color: #c000c0; }
.muFunction { color: #af5f00; text-decoration: underline; }
.muTest { color: #5f8700; }
.muComment { color: #005faf; }
.muRegEax { color: #875f00; }
.muRegEcx { color: #af875f; }
.muRegEdx { color: #878700; }
-->
</style>
@ -62,239 +68,239 @@ if ('onhashchange' in window) {
<span id="L3" class="LineNr"> 3 </span><span class="muComment"># they always have text-data.</span>
<span id="L4" class="LineNr"> 4 </span>
<span id="L5" class="LineNr"> 5 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L5'>tokenize</a></span> in: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>), out: (addr stream <a href='cell.mu.html#L1'>cell</a>), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L6" class="LineNr"> 6 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;tokenize&quot;</span>
<span id="L7" class="LineNr"> 7 </span> <a href='trace.mu.html#L228'>trace-lower</a> trace
<span id="L8" class="LineNr"> 8 </span> <a href='gap-buffer.mu.html#L749'>rewind-gap-buffer</a> in
<span id="L6" class="LineNr"> 6 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;tokenize&quot;</span>
<span id="L7" class="LineNr"> 7 </span> <a href='trace.mu.html#L239'>trace-lower</a> trace
<span id="L8" class="LineNr"> 8 </span> <a href='gap-buffer.mu.html#L1012'>rewind-gap-buffer</a> in
<span id="L9" class="LineNr"> 9 </span> <span class="PreProc">var</span> token-storage: <a href='cell.mu.html#L1'>cell</a>
<span id="L10" class="LineNr"> 10 </span> <span class="PreProc">var</span> token/<span class="Constant">edx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address token-storage
<span id="L10" class="LineNr"> 10 </span> <span class="PreProc">var</span> token/<span class="muRegEdx">edx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address token-storage
<span id="L11" class="LineNr"> 11 </span> <span class="Delimiter">{</span>
<span id="L12" class="LineNr"> 12 </span> <a href='gap-buffer.mu.html#L905'>skip-whitespace-from-gap-buffer</a> in
<span id="L13" class="LineNr"> 13 </span> <span class="PreProc">var</span> done?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L757'>gap-buffer-scan-done?</a> in
<span id="L12" class="LineNr"> 12 </span> <a href='gap-buffer.mu.html#L1168'>skip-whitespace-from-gap-buffer</a> in
<span id="L13" class="LineNr"> 13 </span> <span class="PreProc">var</span> done?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1020'>gap-buffer-scan-done?</a> in
<span id="L14" class="LineNr"> 14 </span> compare done?, <span class="Constant">0</span>/false
<span id="L15" class="LineNr"> 15 </span> <span class="PreProc">break-if-!=</span>
<span id="L16" class="LineNr"> 16 </span> <span class="muComment">#</span>
<span id="L17" class="LineNr"> 17 </span> <a href='tokenize.mu.html#L220'>next-token</a> in, token, trace
<span id="L18" class="LineNr"> 18 </span> <span class="PreProc">var</span> error?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L83'>has-errors?</a> trace
<span id="L18" class="LineNr"> 18 </span> <span class="PreProc">var</span> error?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='trace.mu.html#L94'>has-errors?</a> trace
<span id="L19" class="LineNr"> 19 </span> compare error?, <span class="Constant">0</span>/false
<span id="L20" class="LineNr"> 20 </span> <span class="Delimiter">{</span>
<span id="L21" class="LineNr"> 21 </span> <span class="PreProc">break-if-=</span>
<span id="L22" class="LineNr"> 22 </span> <span class="PreProc">return</span>
<span id="L23" class="LineNr"> 23 </span> <span class="Delimiter">}</span>
<span id="L24" class="LineNr"> 24 </span> <span class="PreProc">var</span> skip?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L972'>comment-token?</a> token
<span id="L24" class="LineNr"> 24 </span> <span class="PreProc">var</span> skip?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L972'>comment-token?</a> token
<span id="L25" class="LineNr"> 25 </span> compare skip?, <span class="Constant">0</span>/false
<span id="L26" class="LineNr"> 26 </span> <span class="PreProc">loop-if-!=</span>
<span id="L27" class="LineNr"> 27 </span> <a href='../309stream.subx.html#L54'>write-to-stream</a> out, token <span class="muComment"># shallow-copy text-data</span>
<span id="L28" class="LineNr"> 28 </span> <span class="PreProc">loop</span>
<span id="L29" class="LineNr"> 29 </span> <span class="Delimiter">}</span>
<span id="L30" class="LineNr"> 30 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L30" class="LineNr"> 30 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L31" class="LineNr"> 31 </span><span class="Delimiter">}</span>
<span id="L32" class="LineNr"> 32 </span>
<span id="L33" class="LineNr"> 33 </span><span class="PreProc">fn</span> <span class="muTest"><a href='tokenize.mu.html#L33'>test-tokenize-quote</a></span> <span class="Delimiter">{</span>
<span id="L34" class="LineNr"> 34 </span> <span class="PreProc">var</span> in-storage: <a href='gap-buffer.mu.html#L3'>gap-buffer</a>
<span id="L35" class="LineNr"> 35 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L36" class="LineNr"> 36 </span> <a href='gap-buffer.mu.html#L37'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;'(a)&quot;</span>
<span id="L35" class="LineNr"> 35 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L36" class="LineNr"> 36 </span> <a href='gap-buffer.mu.html#L53'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;'(a)&quot;</span>
<span id="L37" class="LineNr"> 37 </span> <span class="muComment">#</span>
<span id="L38" class="LineNr"> 38 </span> <span class="PreProc">var</span> stream-storage: (stream <a href='cell.mu.html#L1'>cell</a> <span class="Constant">0x10</span>)
<span id="L39" class="LineNr"> 39 </span> <span class="PreProc">var</span> stream/<span class="Constant">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L39" class="LineNr"> 39 </span> <span class="PreProc">var</span> stream/<span class="muRegEdi">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L40" class="LineNr"> 40 </span> <span class="muComment">#</span>
<span id="L41" class="LineNr"> 41 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L42" class="LineNr"> 42 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L43" class="LineNr"> 43 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L42" class="LineNr"> 42 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L43" class="LineNr"> 43 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L44" class="LineNr"> 44 </span> <a href='tokenize.mu.html#L5'>tokenize</a> in, stream, trace
<span id="L45" class="LineNr"> 45 </span> <span class="muComment">#</span>
<span id="L46" class="LineNr"> 46 </span> <span class="PreProc">var</span> curr-token-storage: <a href='cell.mu.html#L1'>cell</a>
<span id="L47" class="LineNr"> 47 </span> <span class="PreProc">var</span> curr-token/<span class="Constant">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L47" class="LineNr"> 47 </span> <span class="PreProc">var</span> curr-token/<span class="muRegEbx">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L48" class="LineNr"> 48 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L49" class="LineNr"> 49 </span> <span class="PreProc">var</span> quote?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L868'>quote-token?</a> curr-token
<span id="L49" class="LineNr"> 49 </span> <span class="PreProc">var</span> quote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L868'>quote-token?</a> curr-token
<span id="L50" class="LineNr"> 50 </span> <a href='../502test.mu.html#L19'>check</a> quote?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L33'>test-tokenize-quote</a>: quote&quot;</span>
<span id="L51" class="LineNr"> 51 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L52" class="LineNr"> 52 </span> <span class="PreProc">var</span> open-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L904'>open-paren-token?</a> curr-token
<span id="L52" class="LineNr"> 52 </span> <span class="PreProc">var</span> open-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L904'>open-paren-token?</a> curr-token
<span id="L53" class="LineNr"> 53 </span> <a href='../502test.mu.html#L19'>check</a> open-paren?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L33'>test-tokenize-quote</a>: open paren&quot;</span>
<span id="L54" class="LineNr"> 54 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token <span class="muComment"># skip a</span>
<span id="L55" class="LineNr"> 55 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L56" class="LineNr"> 56 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L920'>close-paren-token?</a> curr-token
<span id="L56" class="LineNr"> 56 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L920'>close-paren-token?</a> curr-token
<span id="L57" class="LineNr"> 57 </span> <a href='../502test.mu.html#L19'>check</a> close-paren?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L33'>test-tokenize-quote</a>: close paren&quot;</span>
<span id="L58" class="LineNr"> 58 </span><span class="Delimiter">}</span>
<span id="L59" class="LineNr"> 59 </span>
<span id="L60" class="LineNr"> 60 </span><span class="PreProc">fn</span> <span class="muTest"><a href='tokenize.mu.html#L60'>test-tokenize-backquote</a></span> <span class="Delimiter">{</span>
<span id="L61" class="LineNr"> 61 </span> <span class="PreProc">var</span> in-storage: <a href='gap-buffer.mu.html#L3'>gap-buffer</a>
<span id="L62" class="LineNr"> 62 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L63" class="LineNr"> 63 </span> <a href='gap-buffer.mu.html#L37'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;`(a)&quot;</span>
<span id="L62" class="LineNr"> 62 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L63" class="LineNr"> 63 </span> <a href='gap-buffer.mu.html#L53'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;`(a)&quot;</span>
<span id="L64" class="LineNr"> 64 </span> <span class="muComment">#</span>
<span id="L65" class="LineNr"> 65 </span> <span class="PreProc">var</span> stream-storage: (stream <a href='cell.mu.html#L1'>cell</a> <span class="Constant">0x10</span>)
<span id="L66" class="LineNr"> 66 </span> <span class="PreProc">var</span> stream/<span class="Constant">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L66" class="LineNr"> 66 </span> <span class="PreProc">var</span> stream/<span class="muRegEdi">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L67" class="LineNr"> 67 </span> <span class="muComment">#</span>
<span id="L68" class="LineNr"> 68 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L69" class="LineNr"> 69 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L70" class="LineNr"> 70 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L69" class="LineNr"> 69 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L70" class="LineNr"> 70 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L71" class="LineNr"> 71 </span> <a href='tokenize.mu.html#L5'>tokenize</a> in, stream, trace
<span id="L72" class="LineNr"> 72 </span> <span class="muComment">#</span>
<span id="L73" class="LineNr"> 73 </span> <span class="PreProc">var</span> curr-token-storage: <a href='cell.mu.html#L1'>cell</a>
<span id="L74" class="LineNr"> 74 </span> <span class="PreProc">var</span> curr-token/<span class="Constant">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L74" class="LineNr"> 74 </span> <span class="PreProc">var</span> curr-token/<span class="muRegEbx">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L75" class="LineNr"> 75 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L76" class="LineNr"> 76 </span> <span class="PreProc">var</span> backquote?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L877'>backquote-token?</a> curr-token
<span id="L76" class="LineNr"> 76 </span> <span class="PreProc">var</span> backquote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L877'>backquote-token?</a> curr-token
<span id="L77" class="LineNr"> 77 </span> <a href='../502test.mu.html#L19'>check</a> backquote?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L60'>test-tokenize-backquote</a>: backquote&quot;</span>
<span id="L78" class="LineNr"> 78 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L79" class="LineNr"> 79 </span> <span class="PreProc">var</span> open-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L904'>open-paren-token?</a> curr-token
<span id="L79" class="LineNr"> 79 </span> <span class="PreProc">var</span> open-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L904'>open-paren-token?</a> curr-token
<span id="L80" class="LineNr"> 80 </span> <a href='../502test.mu.html#L19'>check</a> open-paren?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L60'>test-tokenize-backquote</a>: open paren&quot;</span>
<span id="L81" class="LineNr"> 81 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token <span class="muComment"># skip a</span>
<span id="L82" class="LineNr"> 82 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L83" class="LineNr"> 83 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L920'>close-paren-token?</a> curr-token
<span id="L83" class="LineNr"> 83 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L920'>close-paren-token?</a> curr-token
<span id="L84" class="LineNr"> 84 </span> <a href='../502test.mu.html#L19'>check</a> close-paren?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L60'>test-tokenize-backquote</a>: close paren&quot;</span>
<span id="L85" class="LineNr"> 85 </span><span class="Delimiter">}</span>
<span id="L86" class="LineNr"> 86 </span>
<span id="L87" class="LineNr"> 87 </span><span class="PreProc">fn</span> <span class="muTest"><a href='tokenize.mu.html#L87'>test-tokenize-unquote</a></span> <span class="Delimiter">{</span>
<span id="L88" class="LineNr"> 88 </span> <span class="PreProc">var</span> in-storage: <a href='gap-buffer.mu.html#L3'>gap-buffer</a>
<span id="L89" class="LineNr"> 89 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L90" class="LineNr"> 90 </span> <a href='gap-buffer.mu.html#L37'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;,(a)&quot;</span>
<span id="L89" class="LineNr"> 89 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L90" class="LineNr"> 90 </span> <a href='gap-buffer.mu.html#L53'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;,(a)&quot;</span>
<span id="L91" class="LineNr"> 91 </span> <span class="muComment">#</span>
<span id="L92" class="LineNr"> 92 </span> <span class="PreProc">var</span> stream-storage: (stream <a href='cell.mu.html#L1'>cell</a> <span class="Constant">0x10</span>)
<span id="L93" class="LineNr"> 93 </span> <span class="PreProc">var</span> stream/<span class="Constant">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L93" class="LineNr"> 93 </span> <span class="PreProc">var</span> stream/<span class="muRegEdi">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L94" class="LineNr"> 94 </span> <span class="muComment">#</span>
<span id="L95" class="LineNr"> 95 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L96" class="LineNr"> 96 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L97" class="LineNr"> 97 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L96" class="LineNr"> 96 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L97" class="LineNr"> 97 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L98" class="LineNr"> 98 </span> <a href='tokenize.mu.html#L5'>tokenize</a> in, stream, trace
<span id="L99" class="LineNr"> 99 </span> <span class="muComment">#</span>
<span id="L100" class="LineNr">100 </span> <span class="PreProc">var</span> curr-token-storage: <a href='cell.mu.html#L1'>cell</a>
<span id="L101" class="LineNr">101 </span> <span class="PreProc">var</span> curr-token/<span class="Constant">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L101" class="LineNr">101 </span> <span class="PreProc">var</span> curr-token/<span class="muRegEbx">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L102" class="LineNr">102 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L103" class="LineNr">103 </span> <span class="PreProc">var</span> unquote?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L886'>unquote-token?</a> curr-token
<span id="L103" class="LineNr">103 </span> <span class="PreProc">var</span> unquote?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L886'>unquote-token?</a> curr-token
<span id="L104" class="LineNr">104 </span> <a href='../502test.mu.html#L19'>check</a> unquote?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L87'>test-tokenize-unquote</a>: unquote&quot;</span>
<span id="L105" class="LineNr">105 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L106" class="LineNr">106 </span> <span class="PreProc">var</span> open-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L904'>open-paren-token?</a> curr-token
<span id="L106" class="LineNr">106 </span> <span class="PreProc">var</span> open-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L904'>open-paren-token?</a> curr-token
<span id="L107" class="LineNr">107 </span> <a href='../502test.mu.html#L19'>check</a> open-paren?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L87'>test-tokenize-unquote</a>: open paren&quot;</span>
<span id="L108" class="LineNr">108 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token <span class="muComment"># skip a</span>
<span id="L109" class="LineNr">109 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L110" class="LineNr">110 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L920'>close-paren-token?</a> curr-token
<span id="L110" class="LineNr">110 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L920'>close-paren-token?</a> curr-token
<span id="L111" class="LineNr">111 </span> <a href='../502test.mu.html#L19'>check</a> close-paren?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L87'>test-tokenize-unquote</a>: close paren&quot;</span>
<span id="L112" class="LineNr">112 </span><span class="Delimiter">}</span>
<span id="L113" class="LineNr">113 </span>
<span id="L114" class="LineNr">114 </span><span class="PreProc">fn</span> <span class="muTest"><a href='tokenize.mu.html#L114'>test-tokenize-unquote-splice</a></span> <span class="Delimiter">{</span>
<span id="L115" class="LineNr">115 </span> <span class="PreProc">var</span> in-storage: <a href='gap-buffer.mu.html#L3'>gap-buffer</a>
<span id="L116" class="LineNr">116 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L117" class="LineNr">117 </span> <a href='gap-buffer.mu.html#L37'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;,@a&quot;</span>
<span id="L116" class="LineNr">116 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L117" class="LineNr">117 </span> <a href='gap-buffer.mu.html#L53'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;,@a&quot;</span>
<span id="L118" class="LineNr">118 </span> <span class="muComment">#</span>
<span id="L119" class="LineNr">119 </span> <span class="PreProc">var</span> stream-storage: (stream <a href='cell.mu.html#L1'>cell</a> <span class="Constant">0x10</span>)
<span id="L120" class="LineNr">120 </span> <span class="PreProc">var</span> stream/<span class="Constant">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L120" class="LineNr">120 </span> <span class="PreProc">var</span> stream/<span class="muRegEdi">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L121" class="LineNr">121 </span> <span class="muComment">#</span>
<span id="L122" class="LineNr">122 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L123" class="LineNr">123 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L124" class="LineNr">124 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L123" class="LineNr">123 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L124" class="LineNr">124 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L125" class="LineNr">125 </span> <a href='tokenize.mu.html#L5'>tokenize</a> in, stream, trace
<span id="L126" class="LineNr">126 </span> <span class="muComment">#</span>
<span id="L127" class="LineNr">127 </span> <span class="PreProc">var</span> curr-token-storage: <a href='cell.mu.html#L1'>cell</a>
<span id="L128" class="LineNr">128 </span> <span class="PreProc">var</span> curr-token/<span class="Constant">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L128" class="LineNr">128 </span> <span class="PreProc">var</span> curr-token/<span class="muRegEbx">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L129" class="LineNr">129 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L130" class="LineNr">130 </span> <span class="PreProc">var</span> unquote-splice?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L895'>unquote-splice-token?</a> curr-token
<span id="L130" class="LineNr">130 </span> <span class="PreProc">var</span> unquote-splice?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L895'>unquote-splice-token?</a> curr-token
<span id="L131" class="LineNr">131 </span> <a href='../502test.mu.html#L19'>check</a> unquote-splice?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L114'>test-tokenize-unquote-splice</a>: unquote-splice&quot;</span>
<span id="L132" class="LineNr">132 </span><span class="Delimiter">}</span>
<span id="L133" class="LineNr">133 </span>
<span id="L134" class="LineNr">134 </span><span class="PreProc">fn</span> <span class="muTest"><a href='tokenize.mu.html#L134'>test-tokenize-dotted-list</a></span> <span class="Delimiter">{</span>
<span id="L135" class="LineNr">135 </span> <span class="PreProc">var</span> in-storage: <a href='gap-buffer.mu.html#L3'>gap-buffer</a>
<span id="L136" class="LineNr">136 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L137" class="LineNr">137 </span> <a href='gap-buffer.mu.html#L37'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;(a . b)&quot;</span>
<span id="L136" class="LineNr">136 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L137" class="LineNr">137 </span> <a href='gap-buffer.mu.html#L53'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;(a . b)&quot;</span>
<span id="L138" class="LineNr">138 </span> <span class="muComment">#</span>
<span id="L139" class="LineNr">139 </span> <span class="PreProc">var</span> stream-storage: (stream <a href='cell.mu.html#L1'>cell</a> <span class="Constant">0x10</span>)
<span id="L140" class="LineNr">140 </span> <span class="PreProc">var</span> stream/<span class="Constant">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L140" class="LineNr">140 </span> <span class="PreProc">var</span> stream/<span class="muRegEdi">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L141" class="LineNr">141 </span> <span class="muComment">#</span>
<span id="L142" class="LineNr">142 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L143" class="LineNr">143 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L144" class="LineNr">144 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L143" class="LineNr">143 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L144" class="LineNr">144 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L145" class="LineNr">145 </span> <a href='tokenize.mu.html#L5'>tokenize</a> in, stream, trace
<span id="L146" class="LineNr">146 </span> <span class="muComment">#</span>
<span id="L147" class="LineNr">147 </span> <span class="PreProc">var</span> curr-token-storage: <a href='cell.mu.html#L1'>cell</a>
<span id="L148" class="LineNr">148 </span> <span class="PreProc">var</span> curr-token/<span class="Constant">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L148" class="LineNr">148 </span> <span class="PreProc">var</span> curr-token/<span class="muRegEbx">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L149" class="LineNr">149 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L150" class="LineNr">150 </span> <span class="PreProc">var</span> open-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L904'>open-paren-token?</a> curr-token
<span id="L150" class="LineNr">150 </span> <span class="PreProc">var</span> open-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L904'>open-paren-token?</a> curr-token
<span id="L151" class="LineNr">151 </span> <a href='../502test.mu.html#L19'>check</a> open-paren?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L134'>test-tokenize-dotted-list</a>: open paren&quot;</span>
<span id="L152" class="LineNr">152 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token <span class="muComment"># skip a</span>
<span id="L153" class="LineNr">153 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L154" class="LineNr">154 </span> <span class="PreProc">var</span> dot?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L936'>dot-token?</a> curr-token
<span id="L154" class="LineNr">154 </span> <span class="PreProc">var</span> dot?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L936'>dot-token?</a> curr-token
<span id="L155" class="LineNr">155 </span> <a href='../502test.mu.html#L19'>check</a> dot?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L134'>test-tokenize-dotted-list</a>: dot&quot;</span>
<span id="L156" class="LineNr">156 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token <span class="muComment"># skip b</span>
<span id="L157" class="LineNr">157 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L158" class="LineNr">158 </span> <span class="PreProc">var</span> close-paren?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L920'>close-paren-token?</a> curr-token
<span id="L158" class="LineNr">158 </span> <span class="PreProc">var</span> close-paren?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L920'>close-paren-token?</a> curr-token
<span id="L159" class="LineNr">159 </span> <a href='../502test.mu.html#L19'>check</a> close-paren?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L134'>test-tokenize-dotted-list</a>: close paren&quot;</span>
<span id="L160" class="LineNr">160 </span><span class="Delimiter">}</span>
<span id="L161" class="LineNr">161 </span>
<span id="L162" class="LineNr">162 </span><span class="PreProc">fn</span> <span class="muTest"><a href='tokenize.mu.html#L162'>test-tokenize-stream-literal</a></span> <span class="Delimiter">{</span>
<span id="L163" class="LineNr">163 </span> <span class="PreProc">var</span> in-storage: <a href='gap-buffer.mu.html#L3'>gap-buffer</a>
<span id="L164" class="LineNr">164 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L165" class="LineNr">165 </span> <a href='gap-buffer.mu.html#L37'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;[abc def]&quot;</span>
<span id="L164" class="LineNr">164 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L165" class="LineNr">165 </span> <a href='gap-buffer.mu.html#L53'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;[abc def]&quot;</span>
<span id="L166" class="LineNr">166 </span> <span class="muComment">#</span>
<span id="L167" class="LineNr">167 </span> <span class="PreProc">var</span> stream-storage: (stream <a href='cell.mu.html#L1'>cell</a> <span class="Constant">0x10</span>)
<span id="L168" class="LineNr">168 </span> <span class="PreProc">var</span> stream/<span class="Constant">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L168" class="LineNr">168 </span> <span class="PreProc">var</span> stream/<span class="muRegEdi">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L169" class="LineNr">169 </span> <span class="muComment">#</span>
<span id="L170" class="LineNr">170 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L171" class="LineNr">171 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L172" class="LineNr">172 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L171" class="LineNr">171 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L172" class="LineNr">172 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L173" class="LineNr">173 </span> <a href='tokenize.mu.html#L5'>tokenize</a> in, stream, trace
<span id="L174" class="LineNr">174 </span> <span class="muComment">#</span>
<span id="L175" class="LineNr">175 </span> <span class="PreProc">var</span> curr-token-storage: <a href='cell.mu.html#L1'>cell</a>
<span id="L176" class="LineNr">176 </span> <span class="PreProc">var</span> curr-token/<span class="Constant">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L176" class="LineNr">176 </span> <span class="PreProc">var</span> curr-token/<span class="muRegEbx">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L177" class="LineNr">177 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L178" class="LineNr">178 </span> <span class="PreProc">var</span> stream?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L961'>stream-token?</a> curr-token
<span id="L178" class="LineNr">178 </span> <span class="PreProc">var</span> stream?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L961'>stream-token?</a> curr-token
<span id="L179" class="LineNr">179 </span> <a href='../502test.mu.html#L19'>check</a> stream?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L162'>test-tokenize-stream-literal</a>: type&quot;</span>
<span id="L180" class="LineNr">180 </span> <span class="PreProc">var</span> curr-token-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get curr-token, text-data
<span id="L181" class="LineNr">181 </span> <span class="PreProc">var</span> curr-token-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr-token-data-ah
<span id="L182" class="LineNr">182 </span> <span class="PreProc">var</span> data-equal?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> curr-token-data, <span class="Constant">&quot;abc def&quot;</span>
<span id="L180" class="LineNr">180 </span> <span class="PreProc">var</span> curr-token-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get curr-token, text-data
<span id="L181" class="LineNr">181 </span> <span class="PreProc">var</span> curr-token-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr-token-data-ah
<span id="L182" class="LineNr">182 </span> <span class="PreProc">var</span> data-equal?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> curr-token-data, <span class="Constant">&quot;abc def&quot;</span>
<span id="L183" class="LineNr">183 </span> <a href='../502test.mu.html#L19'>check</a> data-equal?, <span class="Constant">&quot;F - test-tokenize-stream-literal&quot;</span>
<span id="L184" class="LineNr">184 </span> <span class="PreProc">var</span> empty?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> stream
<span id="L184" class="LineNr">184 </span> <span class="PreProc">var</span> empty?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> stream
<span id="L185" class="LineNr">185 </span> <a href='../502test.mu.html#L19'>check</a> empty?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L162'>test-tokenize-stream-literal</a>: empty?&quot;</span>
<span id="L186" class="LineNr">186 </span><span class="Delimiter">}</span>
<span id="L187" class="LineNr">187 </span>
<span id="L188" class="LineNr">188 </span><span class="PreProc">fn</span> <span class="muTest"><a href='tokenize.mu.html#L188'>test-tokenize-stream-literal-in-tree</a></span> <span class="Delimiter">{</span>
<span id="L189" class="LineNr">189 </span> <span class="PreProc">var</span> in-storage: <a href='gap-buffer.mu.html#L3'>gap-buffer</a>
<span id="L190" class="LineNr">190 </span> <span class="PreProc">var</span> in/<span class="Constant">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L191" class="LineNr">191 </span> <a href='gap-buffer.mu.html#L37'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;([abc def])&quot;</span>
<span id="L190" class="LineNr">190 </span> <span class="PreProc">var</span> in/<span class="muRegEsi">esi</span>: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address in-storage
<span id="L191" class="LineNr">191 </span> <a href='gap-buffer.mu.html#L53'>initialize-gap-buffer-with</a> in, <span class="Constant">&quot;([abc def])&quot;</span>
<span id="L192" class="LineNr">192 </span> <span class="muComment">#</span>
<span id="L193" class="LineNr">193 </span> <span class="PreProc">var</span> stream-storage: (stream <a href='cell.mu.html#L1'>cell</a> <span class="Constant">0x10</span>)
<span id="L194" class="LineNr">194 </span> <span class="PreProc">var</span> stream/<span class="Constant">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L194" class="LineNr">194 </span> <span class="PreProc">var</span> stream/<span class="muRegEdi">edi</span>: (addr stream <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address stream-storage
<span id="L195" class="LineNr">195 </span> <span class="muComment">#</span>
<span id="L196" class="LineNr">196 </span> <span class="PreProc">var</span> trace-storage: trace
<span id="L197" class="LineNr">197 </span> <span class="PreProc">var</span> trace/<span class="Constant">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L198" class="LineNr">198 </span> <a href='trace.mu.html#L50'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L197" class="LineNr">197 </span> <span class="PreProc">var</span> trace/<span class="muRegEdx">edx</span>: (addr trace) <span class="Special">&lt;-</span> address trace-storage
<span id="L198" class="LineNr">198 </span> <a href='trace.mu.html#L61'>initialize-trace</a> trace, <span class="Constant">1</span>/only-errors, <span class="Constant">0x10</span>/capacity, <span class="Constant">0</span>/visible
<span id="L199" class="LineNr">199 </span> <a href='tokenize.mu.html#L5'>tokenize</a> in, stream, trace
<span id="L200" class="LineNr">200 </span> <span class="muComment">#</span>
<span id="L201" class="LineNr">201 </span> <span class="PreProc">var</span> curr-token-storage: <a href='cell.mu.html#L1'>cell</a>
<span id="L202" class="LineNr">202 </span> <span class="PreProc">var</span> curr-token/<span class="Constant">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L202" class="LineNr">202 </span> <span class="PreProc">var</span> curr-token/<span class="muRegEbx">ebx</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address curr-token-storage
<span id="L203" class="LineNr">203 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L204" class="LineNr">204 </span> <span class="PreProc">var</span> bracket?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L851'>bracket-token?</a> curr-token
<span id="L204" class="LineNr">204 </span> <span class="PreProc">var</span> bracket?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L851'>bracket-token?</a> curr-token
<span id="L205" class="LineNr">205 </span> <a href='../502test.mu.html#L19'>check</a> bracket?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L188'>test-tokenize-stream-literal-in-tree</a>: open paren&quot;</span>
<span id="L206" class="LineNr">206 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L207" class="LineNr">207 </span> <span class="PreProc">var</span> stream?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L961'>stream-token?</a> curr-token
<span id="L207" class="LineNr">207 </span> <span class="PreProc">var</span> stream?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L961'>stream-token?</a> curr-token
<span id="L208" class="LineNr">208 </span> <a href='../502test.mu.html#L19'>check</a> stream?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L188'>test-tokenize-stream-literal-in-tree</a>: type&quot;</span>
<span id="L209" class="LineNr">209 </span> <span class="PreProc">var</span> curr-token-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get curr-token, text-data
<span id="L210" class="LineNr">210 </span> <span class="PreProc">var</span> curr-token-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr-token-data-ah
<span id="L211" class="LineNr">211 </span> <span class="PreProc">var</span> data-equal?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> curr-token-data, <span class="Constant">&quot;abc def&quot;</span>
<span id="L209" class="LineNr">209 </span> <span class="PreProc">var</span> curr-token-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get curr-token, text-data
<span id="L210" class="LineNr">210 </span> <span class="PreProc">var</span> curr-token-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *curr-token-data-ah
<span id="L211" class="LineNr">211 </span> <span class="PreProc">var</span> data-equal?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> curr-token-data, <span class="Constant">&quot;abc def&quot;</span>
<span id="L212" class="LineNr">212 </span> <a href='../502test.mu.html#L19'>check</a> data-equal?, <span class="Constant">&quot;F - test-tokenize-stream-literal-in-tree&quot;</span>
<span id="L213" class="LineNr">213 </span> <a href='../309stream.subx.html#L104'>read-from-stream</a> stream, curr-token
<span id="L214" class="LineNr">214 </span> <span class="PreProc">var</span> bracket?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L851'>bracket-token?</a> curr-token
<span id="L214" class="LineNr">214 </span> <span class="PreProc">var</span> bracket?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L851'>bracket-token?</a> curr-token
<span id="L215" class="LineNr">215 </span> <a href='../502test.mu.html#L19'>check</a> bracket?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L188'>test-tokenize-stream-literal-in-tree</a>: close paren&quot;</span>
<span id="L216" class="LineNr">216 </span> <span class="PreProc">var</span> empty?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> stream
<span id="L216" class="LineNr">216 </span> <span class="PreProc">var</span> empty?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> stream
<span id="L217" class="LineNr">217 </span> <a href='../502test.mu.html#L19'>check</a> empty?, <span class="Constant">&quot;F - <a href='tokenize.mu.html#L188'>test-tokenize-stream-literal-in-tree</a>: empty?&quot;</span>
<span id="L218" class="LineNr">218 </span><span class="Delimiter">}</span>
<span id="L219" class="LineNr">219 </span>
<span id="L220" class="LineNr">220 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L220'>next-token</a></span> in: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>), _out-cell: (addr <a href='cell.mu.html#L1'>cell</a>), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L221" class="LineNr">221 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;next-token&quot;</span>
<span id="L222" class="LineNr">222 </span> <a href='trace.mu.html#L228'>trace-lower</a> trace
<span id="L223" class="LineNr">223 </span> <span class="PreProc">var</span> _g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L781'>peek-from-gap-buffer</a> in
<span id="L224" class="LineNr">224 </span> <span class="PreProc">var</span> g/<span class="Constant">ecx</span>: grapheme <span class="Special">&lt;-</span> copy _g
<span id="L221" class="LineNr">221 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;next-token&quot;</span>
<span id="L222" class="LineNr">222 </span> <a href='trace.mu.html#L239'>trace-lower</a> trace
<span id="L223" class="LineNr">223 </span> <span class="PreProc">var</span> _g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1044'>peek-from-gap-buffer</a> in
<span id="L224" class="LineNr">224 </span> <span class="PreProc">var</span> g/<span class="muRegEcx">ecx</span>: grapheme <span class="Special">&lt;-</span> copy _g
<span id="L225" class="LineNr">225 </span> <span class="Delimiter">{</span>
<span id="L226" class="LineNr">226 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L227" class="LineNr">227 </span> <span class="PreProc">var</span> stream/<span class="Constant">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L227" class="LineNr">227 </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="L228" class="LineNr">228 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;next: &quot;</span>
<span id="L229" class="LineNr">229 </span> <span class="PreProc">var</span> gval/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy g
<span id="L229" class="LineNr">229 </span> <span class="PreProc">var</span> gval/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy g
<span id="L230" class="LineNr">230 </span> <a href='../117write-int-hex.subx.html#L92'>write-int32-hex</a> stream, gval
<span id="L231" class="LineNr">231 </span> trace trace, <span class="Constant">&quot;tokenize&quot;</span>, stream
<span id="L232" class="LineNr">232 </span> <span class="Delimiter">}</span>
<span id="L233" class="LineNr">233 </span> <span class="PreProc">var</span> out-cell/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out-cell
<span id="L233" class="LineNr">233 </span> <span class="PreProc">var</span> out-cell/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out-cell
<span id="L234" class="LineNr">234 </span> <span class="Delimiter">{</span>
<span id="L235" class="LineNr">235 </span> <span class="PreProc">var</span> out-cell-type/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get out-cell, <span class="PreProc">type</span>
<span id="L235" class="LineNr">235 </span> <span class="PreProc">var</span> out-cell-type/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get out-cell, <span class="PreProc">type</span>
<span id="L236" class="LineNr">236 </span> copy-to *out-cell-type, <span class="Constant">0</span>/uninitialized
<span id="L237" class="LineNr">237 </span> <span class="Delimiter">}</span>
<span id="L238" class="LineNr">238 </span> <span class="PreProc">var</span> out-ah/<span class="Constant">edi</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get out-cell, text-data
<span id="L238" class="LineNr">238 </span> <span class="PreProc">var</span> out-ah/<span class="muRegEdi">edi</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get out-cell, text-data
<span id="L239" class="LineNr">239 </span> $next-token:<a href='../120allocate.subx.html#L43'>allocate</a>: <span class="Delimiter">{</span>
<span id="L240" class="LineNr">240 </span> <span class="muComment"># Allocate a large buffer if it's a stream.</span>
<span id="L241" class="LineNr">241 </span> <span class="muComment"># Sometimes a whole function definition will need to fit in it.</span>
@ -306,19 +312,19 @@ if ('onhashchange' in window) {
<span id="L247" class="LineNr">247 </span> <span class="Delimiter">}</span>
<span id="L248" class="LineNr">248 </span> populate-stream out-ah, <span class="Constant">0x40</span>
<span id="L249" class="LineNr">249 </span> <span class="Delimiter">}</span>
<span id="L250" class="LineNr">250 </span> <span class="PreProc">var</span> _out/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out-ah
<span id="L251" class="LineNr">251 </span> <span class="PreProc">var</span> out/<span class="Constant">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _out
<span id="L250" class="LineNr">250 </span> <span class="PreProc">var</span> _out/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *out-ah
<span id="L251" class="LineNr">251 </span> <span class="PreProc">var</span> out/<span class="muRegEdi">edi</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _out
<span id="L252" class="LineNr">252 </span> <a href='../106stream.subx.html#L20'>clear-stream</a> out
<span id="L253" class="LineNr">253 </span> $next-token:case: <span class="Delimiter">{</span>
<span id="L254" class="LineNr">254 </span> <span class="muComment"># open square brackets begin streams</span>
<span id="L255" class="LineNr">255 </span> <span class="Delimiter">{</span>
<span id="L256" class="LineNr">256 </span> compare g, <span class="Constant">0x5b</span>/open-square-bracket
<span id="L257" class="LineNr">257 </span> <span class="PreProc">break-if-!=</span>
<span id="L258" class="LineNr">258 </span> <span class="PreProc">var</span> dummy/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L817'>read-from-gap-buffer</a> in <span class="muComment"># skip open bracket</span>
<span id="L258" class="LineNr">258 </span> <span class="PreProc">var</span> dummy/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1080'>read-from-gap-buffer</a> in <span class="muComment"># skip open bracket</span>
<span id="L259" class="LineNr">259 </span> <a href='tokenize.mu.html#L470'>next-stream-token</a> in, out, trace
<span id="L260" class="LineNr">260 </span> <span class="PreProc">var</span> out-cell/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out-cell
<span id="L260" class="LineNr">260 </span> <span class="PreProc">var</span> out-cell/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _out-cell
<span id="L261" class="LineNr">261 </span> <span class="muComment"># streams set the type</span>
<span id="L262" class="LineNr">262 </span> <span class="PreProc">var</span> out-cell-type/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get out-cell, <span class="PreProc">type</span>
<span id="L262" class="LineNr">262 </span> <span class="PreProc">var</span> out-cell-type/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get out-cell, <span class="PreProc">type</span>
<span id="L263" class="LineNr">263 </span> copy-to *out-cell-type, <span class="Constant">3</span>/stream
<span id="L264" class="LineNr">264 </span> <span class="PreProc">break</span> $next-token:case
<span id="L265" class="LineNr">265 </span> <span class="Delimiter">}</span>
@ -331,7 +337,7 @@ if ('onhashchange' in window) {
<span id="L272" class="LineNr">272 </span> <span class="Delimiter">}</span>
<span id="L273" class="LineNr">273 </span> <span class="muComment"># digit</span>
<span id="L274" class="LineNr">274 </span> <span class="Delimiter">{</span>
<span id="L275" class="LineNr">275 </span> <span class="PreProc">var</span> digit?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../126write-int-decimal.subx.html#L296'>decimal-digit?</a> g
<span id="L275" class="LineNr">275 </span> <span class="PreProc">var</span> digit?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../126write-int-decimal.subx.html#L296'>decimal-digit?</a> g
<span id="L276" class="LineNr">276 </span> compare digit?, <span class="Constant">0</span>/false
<span id="L277" class="LineNr">277 </span> <span class="PreProc">break-if-=</span>
<span id="L278" class="LineNr">278 </span> <a href='tokenize.mu.html#L430'>next-number-token</a> in, out, trace
@ -339,7 +345,7 @@ if ('onhashchange' in window) {
<span id="L280" class="LineNr">280 </span> <span class="Delimiter">}</span>
<span id="L281" class="LineNr">281 </span> <span class="muComment"># other symbol char</span>
<span id="L282" class="LineNr">282 </span> <span class="Delimiter">{</span>
<span id="L283" class="LineNr">283 </span> <span class="PreProc">var</span> symbol?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L528'>symbol-grapheme?</a> g
<span id="L283" class="LineNr">283 </span> <span class="PreProc">var</span> symbol?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L528'>symbol-grapheme?</a> g
<span id="L284" class="LineNr">284 </span> compare symbol?, <span class="Constant">0</span>/false
<span id="L285" class="LineNr">285 </span> <span class="PreProc">break-if-=</span>
<span id="L286" class="LineNr">286 </span> <a href='tokenize.mu.html#L356'>next-symbol-token</a> in, out, trace
@ -349,21 +355,21 @@ if ('onhashchange' in window) {
<span id="L290" class="LineNr">290 </span> <span class="Delimiter">{</span>
<span id="L291" class="LineNr">291 </span> compare g, <span class="Constant">0x5d</span>/close-square-bracket
<span id="L292" class="LineNr">292 </span> <span class="PreProc">break-if-!=</span>
<span id="L293" class="LineNr">293 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;unbalanced ']'&quot;</span>
<span id="L293" class="LineNr">293 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;unbalanced ']'&quot;</span>
<span id="L294" class="LineNr">294 </span> <span class="PreProc">return</span>
<span id="L295" class="LineNr">295 </span> <span class="Delimiter">}</span>
<span id="L296" class="LineNr">296 </span> <span class="muComment"># other brackets are always single-char tokens</span>
<span id="L297" class="LineNr">297 </span> <span class="Delimiter">{</span>
<span id="L298" class="LineNr">298 </span> <span class="PreProc">var</span> bracket?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L700'>bracket-grapheme?</a> g
<span id="L298" class="LineNr">298 </span> <span class="PreProc">var</span> bracket?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L700'>bracket-grapheme?</a> g
<span id="L299" class="LineNr">299 </span> compare bracket?, <span class="Constant">0</span>/false
<span id="L300" class="LineNr">300 </span> <span class="PreProc">break-if-=</span>
<span id="L301" class="LineNr">301 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L817'>read-from-gap-buffer</a> in
<span id="L301" class="LineNr">301 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1080'>read-from-gap-buffer</a> in
<span id="L302" class="LineNr">302 </span> <a href='tokenize.mu.html#L494'>next-bracket-token</a> g, out, trace
<span id="L303" class="LineNr">303 </span> <span class="PreProc">break</span> $next-token:case
<span id="L304" class="LineNr">304 </span> <span class="Delimiter">}</span>
<span id="L305" class="LineNr">305 </span> <span class="muComment"># non-symbol operators</span>
<span id="L306" class="LineNr">306 </span> <span class="Delimiter">{</span>
<span id="L307" class="LineNr">307 </span> <span class="PreProc">var</span> operator?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L734'>operator-grapheme?</a> g
<span id="L307" class="LineNr">307 </span> <span class="PreProc">var</span> operator?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L734'>operator-grapheme?</a> g
<span id="L308" class="LineNr">308 </span> compare operator?, <span class="Constant">0</span>/false
<span id="L309" class="LineNr">309 </span> <span class="PreProc">break-if-=</span>
<span id="L310" class="LineNr">310 </span> <a href='tokenize.mu.html#L393'>next-operator-token</a> in, out, trace
@ -373,7 +379,7 @@ if ('onhashchange' in window) {
<span id="L314" class="LineNr">314 </span> <span class="Delimiter">{</span>
<span id="L315" class="LineNr">315 </span> compare g, <span class="Constant">0x27</span>/single-quote
<span id="L316" class="LineNr">316 </span> <span class="PreProc">break-if-!=</span>
<span id="L317" class="LineNr">317 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L817'>read-from-gap-buffer</a> in <span class="muComment"># consume</span>
<span id="L317" class="LineNr">317 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1080'>read-from-gap-buffer</a> in <span class="muComment"># consume</span>
<span id="L318" class="LineNr">318 </span> <a href='../403unicode.mu.html#L176'>write-grapheme</a> out, g
<span id="L319" class="LineNr">319 </span> <span class="PreProc">break</span> $next-token:case
<span id="L320" class="LineNr">320 </span> <span class="Delimiter">}</span>
@ -381,7 +387,7 @@ if ('onhashchange' in window) {
<span id="L322" class="LineNr">322 </span> <span class="Delimiter">{</span>
<span id="L323" class="LineNr">323 </span> compare g, <span class="Constant">0x60</span>/backquote
<span id="L324" class="LineNr">324 </span> <span class="PreProc">break-if-!=</span>
<span id="L325" class="LineNr">325 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L817'>read-from-gap-buffer</a> in <span class="muComment"># consume</span>
<span id="L325" class="LineNr">325 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1080'>read-from-gap-buffer</a> in <span class="muComment"># consume</span>
<span id="L326" class="LineNr">326 </span> <a href='../403unicode.mu.html#L176'>write-grapheme</a> out, g
<span id="L327" class="LineNr">327 </span> <span class="PreProc">break</span> $next-token:case
<span id="L328" class="LineNr">328 </span> <span class="Delimiter">}</span>
@ -389,23 +395,23 @@ if ('onhashchange' in window) {
<span id="L330" class="LineNr">330 </span> <span class="Delimiter">{</span>
<span id="L331" class="LineNr">331 </span> compare g, <span class="Constant">0x2c</span>/comma
<span id="L332" class="LineNr">332 </span> <span class="PreProc">break-if-!=</span>
<span id="L333" class="LineNr">333 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L817'>read-from-gap-buffer</a> in <span class="muComment"># consume</span>
<span id="L333" class="LineNr">333 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1080'>read-from-gap-buffer</a> in <span class="muComment"># consume</span>
<span id="L334" class="LineNr">334 </span> <a href='../403unicode.mu.html#L176'>write-grapheme</a> out, g
<span id="L335" class="LineNr">335 </span> <span class="muComment"># check for unquote-splice</span>
<span id="L336" class="LineNr">336 </span> <span class="Delimiter">{</span>
<span id="L337" class="LineNr">337 </span> <span class="PreProc">var</span> g2/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L781'>peek-from-gap-buffer</a> in
<span id="L337" class="LineNr">337 </span> <span class="PreProc">var</span> g2/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1044'>peek-from-gap-buffer</a> in
<span id="L338" class="LineNr">338 </span> compare g2, <span class="Constant">0x40</span>/at-sign
<span id="L339" class="LineNr">339 </span> <span class="PreProc">break-if-!=</span>
<span id="L340" class="LineNr">340 </span> g2 <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L817'>read-from-gap-buffer</a> in
<span id="L340" class="LineNr">340 </span> g2 <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1080'>read-from-gap-buffer</a> in
<span id="L341" class="LineNr">341 </span> <a href='../403unicode.mu.html#L176'>write-grapheme</a> out, g2
<span id="L342" class="LineNr">342 </span> <span class="Delimiter">}</span>
<span id="L343" class="LineNr">343 </span> <span class="PreProc">break</span> $next-token:case
<span id="L344" class="LineNr">344 </span> <span class="Delimiter">}</span>
<span id="L345" class="LineNr">345 </span> <a href='../317abort.subx.html#L5'>abort</a> <span class="Constant">&quot;unknown token type&quot;</span>
<span id="L346" class="LineNr">346 </span> <span class="Delimiter">}</span>
<span id="L347" class="LineNr">347 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L347" class="LineNr">347 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L348" class="LineNr">348 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x400</span>) <span class="muComment"># maximum possible token size (next-stream-token)</span>
<span id="L349" class="LineNr">349 </span> <span class="PreProc">var</span> stream/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L349" class="LineNr">349 </span> <span class="PreProc">var</span> stream/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L350" class="LineNr">350 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; &quot;</span>
<span id="L351" class="LineNr">351 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> out
<span id="L352" class="LineNr">352 </span> <a href='../113write-stream.subx.html#L8'>write-stream</a> stream, out
@ -413,36 +419,36 @@ if ('onhashchange' in window) {
<span id="L354" class="LineNr">354 </span><span class="Delimiter">}</span>
<span id="L355" class="LineNr">355 </span>
<span id="L356" class="LineNr">356 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L356'>next-symbol-token</a></span> in: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L357" class="LineNr">357 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;looking for a symbol&quot;</span>
<span id="L358" class="LineNr">358 </span> <a href='trace.mu.html#L228'>trace-lower</a> trace
<span id="L357" class="LineNr">357 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;looking for a symbol&quot;</span>
<span id="L358" class="LineNr">358 </span> <a href='trace.mu.html#L239'>trace-lower</a> trace
<span id="L359" class="LineNr">359 </span> $next-symbol-token:<span class="PreProc">loop</span>: <span class="Delimiter">{</span>
<span id="L360" class="LineNr">360 </span> <span class="PreProc">var</span> done?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L757'>gap-buffer-scan-done?</a> in
<span id="L360" class="LineNr">360 </span> <span class="PreProc">var</span> done?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1020'>gap-buffer-scan-done?</a> in
<span id="L361" class="LineNr">361 </span> compare done?, <span class="Constant">0</span>/false
<span id="L362" class="LineNr">362 </span> <span class="PreProc">break-if-!=</span>
<span id="L363" class="LineNr">363 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L781'>peek-from-gap-buffer</a> in
<span id="L363" class="LineNr">363 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1044'>peek-from-gap-buffer</a> in
<span id="L364" class="LineNr">364 </span> <span class="Delimiter">{</span>
<span id="L365" class="LineNr">365 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L366" class="LineNr">366 </span> <span class="PreProc">var</span> stream/<span class="Constant">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L366" class="LineNr">366 </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="L367" class="LineNr">367 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;next: &quot;</span>
<span id="L368" class="LineNr">368 </span> <span class="PreProc">var</span> gval/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy g
<span id="L368" class="LineNr">368 </span> <span class="PreProc">var</span> gval/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy g
<span id="L369" class="LineNr">369 </span> <a href='../117write-int-hex.subx.html#L92'>write-int32-hex</a> stream, gval
<span id="L370" class="LineNr">370 </span> trace trace, <span class="Constant">&quot;tokenize&quot;</span>, stream
<span id="L371" class="LineNr">371 </span> <span class="Delimiter">}</span>
<span id="L372" class="LineNr">372 </span> <span class="muComment"># if non-symbol, return</span>
<span id="L373" class="LineNr">373 </span> <span class="Delimiter">{</span>
<span id="L374" class="LineNr">374 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L528'>symbol-grapheme?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L528'>symbol-grapheme?</a> g
<span id="L374" class="LineNr">374 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L528'>symbol-grapheme?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L528'>symbol-grapheme?</a> g
<span id="L375" class="LineNr">375 </span> compare <a href='tokenize.mu.html#L528'>symbol-grapheme?</a>, <span class="Constant">0</span>/false
<span id="L376" class="LineNr">376 </span> <span class="PreProc">break-if-!=</span>
<span id="L377" class="LineNr">377 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;stop&quot;</span>
<span id="L377" class="LineNr">377 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;stop&quot;</span>
<span id="L378" class="LineNr">378 </span> <span class="PreProc">break</span> $next-symbol-token:<span class="PreProc">loop</span>
<span id="L379" class="LineNr">379 </span> <span class="Delimiter">}</span>
<span id="L380" class="LineNr">380 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L817'>read-from-gap-buffer</a> in
<span id="L380" class="LineNr">380 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1080'>read-from-gap-buffer</a> in
<span id="L381" class="LineNr">381 </span> <a href='../403unicode.mu.html#L176'>write-grapheme</a> out, g
<span id="L382" class="LineNr">382 </span> <span class="PreProc">loop</span>
<span id="L383" class="LineNr">383 </span> <span class="Delimiter">}</span>
<span id="L384" class="LineNr">384 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L384" class="LineNr">384 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L385" class="LineNr">385 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L386" class="LineNr">386 </span> <span class="PreProc">var</span> stream/<span class="Constant">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L386" class="LineNr">386 </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="L387" class="LineNr">387 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; &quot;</span>
<span id="L388" class="LineNr">388 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> out
<span id="L389" class="LineNr">389 </span> <a href='../113write-stream.subx.html#L8'>write-stream</a> stream, out
@ -450,36 +456,36 @@ if ('onhashchange' in window) {
<span id="L391" class="LineNr">391 </span><span class="Delimiter">}</span>
<span id="L392" class="LineNr">392 </span>
<span id="L393" class="LineNr">393 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L393'>next-operator-token</a></span> in: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L394" class="LineNr">394 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;looking for a operator&quot;</span>
<span id="L395" class="LineNr">395 </span> <a href='trace.mu.html#L228'>trace-lower</a> trace
<span id="L394" class="LineNr">394 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;looking for a operator&quot;</span>
<span id="L395" class="LineNr">395 </span> <a href='trace.mu.html#L239'>trace-lower</a> trace
<span id="L396" class="LineNr">396 </span> $next-operator-token:<span class="PreProc">loop</span>: <span class="Delimiter">{</span>
<span id="L397" class="LineNr">397 </span> <span class="PreProc">var</span> done?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L757'>gap-buffer-scan-done?</a> in
<span id="L397" class="LineNr">397 </span> <span class="PreProc">var</span> done?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1020'>gap-buffer-scan-done?</a> in
<span id="L398" class="LineNr">398 </span> compare done?, <span class="Constant">0</span>/false
<span id="L399" class="LineNr">399 </span> <span class="PreProc">break-if-!=</span>
<span id="L400" class="LineNr">400 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L781'>peek-from-gap-buffer</a> in
<span id="L400" class="LineNr">400 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1044'>peek-from-gap-buffer</a> in
<span id="L401" class="LineNr">401 </span> <span class="Delimiter">{</span>
<span id="L402" class="LineNr">402 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L403" class="LineNr">403 </span> <span class="PreProc">var</span> stream/<span class="Constant">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L403" class="LineNr">403 </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="L404" class="LineNr">404 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;next: &quot;</span>
<span id="L405" class="LineNr">405 </span> <span class="PreProc">var</span> gval/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy g
<span id="L405" class="LineNr">405 </span> <span class="PreProc">var</span> gval/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy g
<span id="L406" class="LineNr">406 </span> <a href='../117write-int-hex.subx.html#L92'>write-int32-hex</a> stream, gval
<span id="L407" class="LineNr">407 </span> trace trace, <span class="Constant">&quot;tokenize&quot;</span>, stream
<span id="L408" class="LineNr">408 </span> <span class="Delimiter">}</span>
<span id="L409" class="LineNr">409 </span> <span class="muComment"># if non-operator, return</span>
<span id="L410" class="LineNr">410 </span> <span class="Delimiter">{</span>
<span id="L411" class="LineNr">411 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L734'>operator-grapheme?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L734'>operator-grapheme?</a> g
<span id="L411" class="LineNr">411 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L734'>operator-grapheme?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L734'>operator-grapheme?</a> g
<span id="L412" class="LineNr">412 </span> compare <a href='tokenize.mu.html#L734'>operator-grapheme?</a>, <span class="Constant">0</span>/false
<span id="L413" class="LineNr">413 </span> <span class="PreProc">break-if-!=</span>
<span id="L414" class="LineNr">414 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;stop&quot;</span>
<span id="L414" class="LineNr">414 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;stop&quot;</span>
<span id="L415" class="LineNr">415 </span> <span class="PreProc">break</span> $next-operator-token:<span class="PreProc">loop</span>
<span id="L416" class="LineNr">416 </span> <span class="Delimiter">}</span>
<span id="L417" class="LineNr">417 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L817'>read-from-gap-buffer</a> in
<span id="L417" class="LineNr">417 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1080'>read-from-gap-buffer</a> in
<span id="L418" class="LineNr">418 </span> <a href='../403unicode.mu.html#L176'>write-grapheme</a> out, g
<span id="L419" class="LineNr">419 </span> <span class="PreProc">loop</span>
<span id="L420" class="LineNr">420 </span> <span class="Delimiter">}</span>
<span id="L421" class="LineNr">421 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L421" class="LineNr">421 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L422" class="LineNr">422 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L423" class="LineNr">423 </span> <span class="PreProc">var</span> stream/<span class="Constant">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L423" class="LineNr">423 </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="L424" class="LineNr">424 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; &quot;</span>
<span id="L425" class="LineNr">425 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> out
<span id="L426" class="LineNr">426 </span> <a href='../113write-stream.subx.html#L8'>write-stream</a> stream, out
@ -487,63 +493,63 @@ if ('onhashchange' in window) {
<span id="L428" class="LineNr">428 </span><span class="Delimiter">}</span>
<span id="L429" class="LineNr">429 </span>
<span id="L430" class="LineNr">430 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L430'>next-number-token</a></span> in: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L431" class="LineNr">431 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;looking for a number&quot;</span>
<span id="L432" class="LineNr">432 </span> <a href='trace.mu.html#L228'>trace-lower</a> trace
<span id="L431" class="LineNr">431 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;looking for a number&quot;</span>
<span id="L432" class="LineNr">432 </span> <a href='trace.mu.html#L239'>trace-lower</a> trace
<span id="L433" class="LineNr">433 </span> $next-number-token:<span class="PreProc">loop</span>: <span class="Delimiter">{</span>
<span id="L434" class="LineNr">434 </span> <span class="PreProc">var</span> done?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L757'>gap-buffer-scan-done?</a> in
<span id="L434" class="LineNr">434 </span> <span class="PreProc">var</span> done?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1020'>gap-buffer-scan-done?</a> in
<span id="L435" class="LineNr">435 </span> compare done?, <span class="Constant">0</span>/false
<span id="L436" class="LineNr">436 </span> <span class="PreProc">break-if-!=</span>
<span id="L437" class="LineNr">437 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L781'>peek-from-gap-buffer</a> in
<span id="L437" class="LineNr">437 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1044'>peek-from-gap-buffer</a> in
<span id="L438" class="LineNr">438 </span> <span class="Delimiter">{</span>
<span id="L439" class="LineNr">439 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L440" class="LineNr">440 </span> <span class="PreProc">var</span> stream/<span class="Constant">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L440" class="LineNr">440 </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="L441" class="LineNr">441 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;next: &quot;</span>
<span id="L442" class="LineNr">442 </span> <span class="PreProc">var</span> gval/<span class="Constant">eax</span>: int <span class="Special">&lt;-</span> copy g
<span id="L442" class="LineNr">442 </span> <span class="PreProc">var</span> gval/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy g
<span id="L443" class="LineNr">443 </span> <a href='../117write-int-hex.subx.html#L92'>write-int32-hex</a> stream, gval
<span id="L444" class="LineNr">444 </span> trace trace, <span class="Constant">&quot;tokenize&quot;</span>, stream
<span id="L445" class="LineNr">445 </span> <span class="Delimiter">}</span>
<span id="L446" class="LineNr">446 </span> <span class="muComment"># if not symbol grapheme, return</span>
<span id="L447" class="LineNr">447 </span> <span class="Delimiter">{</span>
<span id="L448" class="LineNr">448 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L528'>symbol-grapheme?</a>/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L528'>symbol-grapheme?</a> g
<span id="L448" class="LineNr">448 </span> <span class="PreProc">var</span> <a href='tokenize.mu.html#L528'>symbol-grapheme?</a>/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L528'>symbol-grapheme?</a> g
<span id="L449" class="LineNr">449 </span> compare <a href='tokenize.mu.html#L528'>symbol-grapheme?</a>, <span class="Constant">0</span>/false
<span id="L450" class="LineNr">450 </span> <span class="PreProc">break-if-!=</span>
<span id="L451" class="LineNr">451 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;stop&quot;</span>
<span id="L451" class="LineNr">451 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;stop&quot;</span>
<span id="L452" class="LineNr">452 </span> <span class="PreProc">break</span> $next-number-token:<span class="PreProc">loop</span>
<span id="L453" class="LineNr">453 </span> <span class="Delimiter">}</span>
<span id="L454" class="LineNr">454 </span> <span class="muComment"># if not digit grapheme, abort</span>
<span id="L455" class="LineNr">455 </span> <span class="Delimiter">{</span>
<span id="L456" class="LineNr">456 </span> <span class="PreProc">var</span> digit?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../126write-int-decimal.subx.html#L296'>decimal-digit?</a> g
<span id="L456" class="LineNr">456 </span> <span class="PreProc">var</span> digit?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../126write-int-decimal.subx.html#L296'>decimal-digit?</a> g
<span id="L457" class="LineNr">457 </span> compare digit?, <span class="Constant">0</span>/false
<span id="L458" class="LineNr">458 </span> <span class="PreProc">break-if-!=</span>
<span id="L459" class="LineNr">459 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;invalid number&quot;</span>
<span id="L459" class="LineNr">459 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;invalid number&quot;</span>
<span id="L460" class="LineNr">460 </span> <span class="PreProc">return</span>
<span id="L461" class="LineNr">461 </span> <span class="Delimiter">}</span>
<span id="L462" class="LineNr">462 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;append&quot;</span>
<span id="L463" class="LineNr">463 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L817'>read-from-gap-buffer</a> in
<span id="L462" class="LineNr">462 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;append&quot;</span>
<span id="L463" class="LineNr">463 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1080'>read-from-gap-buffer</a> in
<span id="L464" class="LineNr">464 </span> <a href='../403unicode.mu.html#L176'>write-grapheme</a> out, g
<span id="L465" class="LineNr">465 </span> <span class="PreProc">loop</span>
<span id="L466" class="LineNr">466 </span> <span class="Delimiter">}</span>
<span id="L467" class="LineNr">467 </span> <a href='trace.mu.html#L239'>trace-higher</a> trace
<span id="L467" class="LineNr">467 </span> <a href='trace.mu.html#L250'>trace-higher</a> trace
<span id="L468" class="LineNr">468 </span><span class="Delimiter">}</span>
<span id="L469" class="LineNr">469 </span>
<span id="L470" class="LineNr">470 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L470'>next-stream-token</a></span> in: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L471" class="LineNr">471 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;stream&quot;</span>
<span id="L471" class="LineNr">471 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;stream&quot;</span>
<span id="L472" class="LineNr">472 </span> <span class="Delimiter">{</span>
<span id="L473" class="LineNr">473 </span> <span class="PreProc">var</span> empty?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L757'>gap-buffer-scan-done?</a> in
<span id="L473" class="LineNr">473 </span> <span class="PreProc">var</span> empty?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1020'>gap-buffer-scan-done?</a> in
<span id="L474" class="LineNr">474 </span> compare empty?, <span class="Constant">0</span>/false
<span id="L475" class="LineNr">475 </span> <span class="Delimiter">{</span>
<span id="L476" class="LineNr">476 </span> <span class="PreProc">break-if-=</span>
<span id="L477" class="LineNr">477 </span> <span class="Special"><a href='trace.mu.html#L186'>error</a></span> trace, <span class="Constant">&quot;unbalanced '['&quot;</span>
<span id="L477" class="LineNr">477 </span> <span class="Special"><a href='trace.mu.html#L197'>error</a></span> trace, <span class="Constant">&quot;unbalanced '['&quot;</span>
<span id="L478" class="LineNr">478 </span> <span class="PreProc">return</span>
<span id="L479" class="LineNr">479 </span> <span class="Delimiter">}</span>
<span id="L480" class="LineNr">480 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L817'>read-from-gap-buffer</a> in
<span id="L480" class="LineNr">480 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1080'>read-from-gap-buffer</a> in
<span id="L481" class="LineNr">481 </span> compare g, <span class="Constant">0x5d</span>/close-square-bracket
<span id="L482" class="LineNr">482 </span> <span class="PreProc">break-if-=</span>
<span id="L483" class="LineNr">483 </span> <a href='../403unicode.mu.html#L176'>write-grapheme</a> out, g
<span id="L484" class="LineNr">484 </span> <span class="PreProc">loop</span>
<span id="L485" class="LineNr">485 </span> <span class="Delimiter">}</span>
<span id="L486" class="LineNr">486 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x400</span>) <span class="muComment"># max-definition-size</span>
<span id="L487" class="LineNr">487 </span> <span class="PreProc">var</span> stream/<span class="Constant">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L487" class="LineNr">487 </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="L488" class="LineNr">488 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; &quot;</span>
<span id="L489" class="LineNr">489 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> out
<span id="L490" class="LineNr">490 </span> <a href='../113write-stream.subx.html#L8'>write-stream</a> stream, out
@ -551,10 +557,10 @@ if ('onhashchange' in window) {
<span id="L492" class="LineNr">492 </span><span class="Delimiter">}</span>
<span id="L493" class="LineNr">493 </span>
<span id="L494" class="LineNr">494 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L494'>next-bracket-token</a></span> g: grapheme, out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L495" class="LineNr">495 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;bracket&quot;</span>
<span id="L495" class="LineNr">495 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;bracket&quot;</span>
<span id="L496" class="LineNr">496 </span> <a href='../403unicode.mu.html#L176'>write-grapheme</a> out, g
<span id="L497" class="LineNr">497 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x40</span>)
<span id="L498" class="LineNr">498 </span> <span class="PreProc">var</span> stream/<span class="Constant">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L498" class="LineNr">498 </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="L499" class="LineNr">499 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; &quot;</span>
<span id="L500" class="LineNr">500 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> out
<span id="L501" class="LineNr">501 </span> <a href='../113write-stream.subx.html#L8'>write-stream</a> stream, out
@ -562,29 +568,29 @@ if ('onhashchange' in window) {
<span id="L503" class="LineNr">503 </span><span class="Delimiter">}</span>
<span id="L504" class="LineNr">504 </span>
<span id="L505" class="LineNr">505 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L505'>rest-of-line</a></span> in: (addr <a href='gap-buffer.mu.html#L3'>gap-buffer</a>), out: (addr stream byte), trace: (addr trace) <span class="Delimiter">{</span>
<span id="L506" class="LineNr">506 </span> <a href='trace.mu.html#L174'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;comment&quot;</span>
<span id="L506" class="LineNr">506 </span> <a href='trace.mu.html#L185'>trace-text</a> trace, <span class="Constant">&quot;tokenize&quot;</span>, <span class="Constant">&quot;comment&quot;</span>
<span id="L507" class="LineNr">507 </span> <span class="Delimiter">{</span>
<span id="L508" class="LineNr">508 </span> <span class="PreProc">var</span> empty?/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L757'>gap-buffer-scan-done?</a> in
<span id="L508" class="LineNr">508 </span> <span class="PreProc">var</span> empty?/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1020'>gap-buffer-scan-done?</a> in
<span id="L509" class="LineNr">509 </span> compare empty?, <span class="Constant">0</span>/false
<span id="L510" class="LineNr">510 </span> <span class="Delimiter">{</span>
<span id="L511" class="LineNr">511 </span> <span class="PreProc">break-if-=</span>
<span id="L512" class="LineNr">512 </span> <span class="PreProc">return</span>
<span id="L513" class="LineNr">513 </span> <span class="Delimiter">}</span>
<span id="L514" class="LineNr">514 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L817'>read-from-gap-buffer</a> in
<span id="L514" class="LineNr">514 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='gap-buffer.mu.html#L1080'>read-from-gap-buffer</a> in
<span id="L515" class="LineNr">515 </span> compare g, <span class="Constant">0xa</span>/newline
<span id="L516" class="LineNr">516 </span> <span class="PreProc">break-if-=</span>
<span id="L517" class="LineNr">517 </span> <a href='../403unicode.mu.html#L176'>write-grapheme</a> out, g
<span id="L518" class="LineNr">518 </span> <span class="PreProc">loop</span>
<span id="L519" class="LineNr">519 </span> <span class="Delimiter">}</span>
<span id="L520" class="LineNr">520 </span> <span class="PreProc">var</span> stream-storage: (stream byte <span class="Constant">0x80</span>)
<span id="L521" class="LineNr">521 </span> <span class="PreProc">var</span> stream/<span class="Constant">esi</span>: (addr stream byte) <span class="Special">&lt;-</span> address stream-storage
<span id="L521" class="LineNr">521 </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="L522" class="LineNr">522 </span> <a href='../108write.subx.html#L11'>write</a> stream, <span class="Constant">&quot;=&gt; &quot;</span>
<span id="L523" class="LineNr">523 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> out
<span id="L524" class="LineNr">524 </span> <a href='../113write-stream.subx.html#L8'>write-stream</a> stream, out
<span id="L525" class="LineNr">525 </span> trace trace, <span class="Constant">&quot;tokenize&quot;</span>, stream
<span id="L526" class="LineNr">526 </span><span class="Delimiter">}</span>
<span id="L527" class="LineNr">527 </span>
<span id="L528" class="LineNr">528 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L528'>symbol-grapheme?</a></span> g: grapheme<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L528" class="LineNr">528 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L528'>symbol-grapheme?</a></span> g: grapheme<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L529" class="LineNr">529 </span> <span class="muComment">## whitespace</span>
<span id="L530" class="LineNr">530 </span> compare g, <span class="Constant">9</span>/tab
<span id="L531" class="LineNr">531 </span> <span class="Delimiter">{</span>
@ -756,7 +762,7 @@ if ('onhashchange' in window) {
<span id="L697" class="LineNr">697 </span> <span class="PreProc">return</span> <span class="Constant">1</span>/true
<span id="L698" class="LineNr">698 </span><span class="Delimiter">}</span>
<span id="L699" class="LineNr">699 </span>
<span id="L700" class="LineNr">700 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L700'>bracket-grapheme?</a></span> g: grapheme<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L700" class="LineNr">700 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L700'>bracket-grapheme?</a></span> g: grapheme<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L701" class="LineNr">701 </span> compare g, <span class="Constant">0x28</span>/open-paren
<span id="L702" class="LineNr">702 </span> <span class="Delimiter">{</span>
<span id="L703" class="LineNr">703 </span> <span class="PreProc">break-if-!=</span>
@ -790,7 +796,7 @@ if ('onhashchange' in window) {
<span id="L731" class="LineNr">731 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L732" class="LineNr">732 </span><span class="Delimiter">}</span>
<span id="L733" class="LineNr">733 </span>
<span id="L734" class="LineNr">734 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L734'>operator-grapheme?</a></span> g: grapheme<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L734" class="LineNr">734 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L734'>operator-grapheme?</a></span> g: grapheme<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L735" class="LineNr">735 </span> <span class="muComment"># '$' is a symbol char</span>
<span id="L736" class="LineNr">736 </span> compare g, <span class="Constant">0x25</span>/percent
<span id="L737" class="LineNr">737 </span> <span class="Delimiter">{</span>
@ -897,112 +903,112 @@ if ('onhashchange' in window) {
<span id="L838" class="LineNr">838 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L839" class="LineNr">839 </span><span class="Delimiter">}</span>
<span id="L840" class="LineNr">840 </span>
<span id="L841" class="LineNr">841 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L841'>number-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L842" class="LineNr">842 </span> <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L843" class="LineNr">843 </span> <span class="PreProc">var</span> in-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L844" class="LineNr">844 </span> <span class="PreProc">var</span> in-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L841" class="LineNr">841 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L841'>number-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L842" class="LineNr">842 </span> <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L843" class="LineNr">843 </span> <span class="PreProc">var</span> in-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L844" class="LineNr">844 </span> <span class="PreProc">var</span> in-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L845" class="LineNr">845 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> in-data
<span id="L846" class="LineNr">846 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> in-data
<span id="L847" class="LineNr">847 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../126write-int-decimal.subx.html#L296'>decimal-digit?</a> g
<span id="L846" class="LineNr">846 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> in-data
<span id="L847" class="LineNr">847 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../126write-int-decimal.subx.html#L296'>decimal-digit?</a> g
<span id="L848" class="LineNr">848 </span> <span class="PreProc">return</span> result
<span id="L849" class="LineNr">849 </span><span class="Delimiter">}</span>
<span id="L850" class="LineNr">850 </span>
<span id="L851" class="LineNr">851 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L851'>bracket-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L852" class="LineNr">852 </span> <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L851" class="LineNr">851 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L851'>bracket-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L852" class="LineNr">852 </span> <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L853" class="LineNr">853 </span> <span class="Delimiter">{</span>
<span id="L854" class="LineNr">854 </span> <span class="PreProc">var</span> in-type/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get in, <span class="PreProc">type</span>
<span id="L854" class="LineNr">854 </span> <span class="PreProc">var</span> in-type/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get in, <span class="PreProc">type</span>
<span id="L855" class="LineNr">855 </span> compare *in-type, <span class="Constant">3</span>/stream
<span id="L856" class="LineNr">856 </span> <span class="PreProc">break-if-!=</span>
<span id="L857" class="LineNr">857 </span> <span class="muComment"># streams are never paren tokens</span>
<span id="L858" class="LineNr">858 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L859" class="LineNr">859 </span> <span class="Delimiter">}</span>
<span id="L860" class="LineNr">860 </span> <span class="PreProc">var</span> in-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L861" class="LineNr">861 </span> <span class="PreProc">var</span> in-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L860" class="LineNr">860 </span> <span class="PreProc">var</span> in-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L861" class="LineNr">861 </span> <span class="PreProc">var</span> in-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L862" class="LineNr">862 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> in-data
<span id="L863" class="LineNr">863 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> in-data
<span id="L864" class="LineNr">864 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L700'>bracket-grapheme?</a> g
<span id="L863" class="LineNr">863 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> in-data
<span id="L864" class="LineNr">864 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L700'>bracket-grapheme?</a> g
<span id="L865" class="LineNr">865 </span> <span class="PreProc">return</span> result
<span id="L866" class="LineNr">866 </span><span class="Delimiter">}</span>
<span id="L867" class="LineNr">867 </span>
<span id="L868" class="LineNr">868 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L868'>quote-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L869" class="LineNr">869 </span> <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L870" class="LineNr">870 </span> <span class="PreProc">var</span> in-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L871" class="LineNr">871 </span> <span class="PreProc">var</span> in-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L868" class="LineNr">868 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L868'>quote-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L869" class="LineNr">869 </span> <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L870" class="LineNr">870 </span> <span class="PreProc">var</span> in-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L871" class="LineNr">871 </span> <span class="PreProc">var</span> in-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L872" class="LineNr">872 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> in-data
<span id="L873" class="LineNr">873 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> in-data, <span class="Constant">&quot;'&quot;</span>
<span id="L873" class="LineNr">873 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> in-data, <span class="Constant">&quot;'&quot;</span>
<span id="L874" class="LineNr">874 </span> <span class="PreProc">return</span> result
<span id="L875" class="LineNr">875 </span><span class="Delimiter">}</span>
<span id="L876" class="LineNr">876 </span>
<span id="L877" class="LineNr">877 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L877'>backquote-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L878" class="LineNr">878 </span> <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L879" class="LineNr">879 </span> <span class="PreProc">var</span> in-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L880" class="LineNr">880 </span> <span class="PreProc">var</span> in-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L877" class="LineNr">877 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L877'>backquote-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L878" class="LineNr">878 </span> <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L879" class="LineNr">879 </span> <span class="PreProc">var</span> in-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L880" class="LineNr">880 </span> <span class="PreProc">var</span> in-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L881" class="LineNr">881 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> in-data
<span id="L882" class="LineNr">882 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> in-data, <span class="Constant">&quot;`&quot;</span>
<span id="L882" class="LineNr">882 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> in-data, <span class="Constant">&quot;`&quot;</span>
<span id="L883" class="LineNr">883 </span> <span class="PreProc">return</span> result
<span id="L884" class="LineNr">884 </span><span class="Delimiter">}</span>
<span id="L885" class="LineNr">885 </span>
<span id="L886" class="LineNr">886 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L886'>unquote-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L887" class="LineNr">887 </span> <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L888" class="LineNr">888 </span> <span class="PreProc">var</span> in-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L889" class="LineNr">889 </span> <span class="PreProc">var</span> in-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L886" class="LineNr">886 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L886'>unquote-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L887" class="LineNr">887 </span> <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L888" class="LineNr">888 </span> <span class="PreProc">var</span> in-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L889" class="LineNr">889 </span> <span class="PreProc">var</span> in-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L890" class="LineNr">890 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> in-data
<span id="L891" class="LineNr">891 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> in-data, <span class="Constant">&quot;,&quot;</span>
<span id="L891" class="LineNr">891 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> in-data, <span class="Constant">&quot;,&quot;</span>
<span id="L892" class="LineNr">892 </span> <span class="PreProc">return</span> result
<span id="L893" class="LineNr">893 </span><span class="Delimiter">}</span>
<span id="L894" class="LineNr">894 </span>
<span id="L895" class="LineNr">895 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L895'>unquote-splice-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L896" class="LineNr">896 </span> <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L897" class="LineNr">897 </span> <span class="PreProc">var</span> in-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L898" class="LineNr">898 </span> <span class="PreProc">var</span> in-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L895" class="LineNr">895 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L895'>unquote-splice-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L896" class="LineNr">896 </span> <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L897" class="LineNr">897 </span> <span class="PreProc">var</span> in-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L898" class="LineNr">898 </span> <span class="PreProc">var</span> in-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L899" class="LineNr">899 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> in-data
<span id="L900" class="LineNr">900 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> in-data, <span class="Constant">&quot;,@&quot;</span>
<span id="L900" class="LineNr">900 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../109stream-equal.subx.html#L9'>stream-data-equal?</a> in-data, <span class="Constant">&quot;,@&quot;</span>
<span id="L901" class="LineNr">901 </span> <span class="PreProc">return</span> result
<span id="L902" class="LineNr">902 </span><span class="Delimiter">}</span>
<span id="L903" class="LineNr">903 </span>
<span id="L904" class="LineNr">904 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L904'>open-paren-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L905" class="LineNr">905 </span> <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L906" class="LineNr">906 </span> <span class="PreProc">var</span> in-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L907" class="LineNr">907 </span> <span class="PreProc">var</span> _in-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L908" class="LineNr">908 </span> <span class="PreProc">var</span> in-data/<span class="Constant">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _in-data
<span id="L904" class="LineNr">904 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L904'>open-paren-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L905" class="LineNr">905 </span> <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L906" class="LineNr">906 </span> <span class="PreProc">var</span> in-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L907" class="LineNr">907 </span> <span class="PreProc">var</span> _in-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L908" class="LineNr">908 </span> <span class="PreProc">var</span> in-data/<span class="muRegEcx">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _in-data
<span id="L909" class="LineNr">909 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> in-data
<span id="L910" class="LineNr">910 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> in-data
<span id="L910" class="LineNr">910 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> in-data
<span id="L911" class="LineNr">911 </span> compare g, <span class="Constant">0x28</span>/open-paren
<span id="L912" class="LineNr">912 </span> <span class="Delimiter">{</span>
<span id="L913" class="LineNr">913 </span> <span class="PreProc">break-if-!=</span>
<span id="L914" class="LineNr">914 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> in-data
<span id="L914" class="LineNr">914 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> in-data
<span id="L915" class="LineNr">915 </span> <span class="PreProc">return</span> result
<span id="L916" class="LineNr">916 </span> <span class="Delimiter">}</span>
<span id="L917" class="LineNr">917 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L918" class="LineNr">918 </span><span class="Delimiter">}</span>
<span id="L919" class="LineNr">919 </span>
<span id="L920" class="LineNr">920 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L920'>close-paren-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L921" class="LineNr">921 </span> <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L922" class="LineNr">922 </span> <span class="PreProc">var</span> in-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L923" class="LineNr">923 </span> <span class="PreProc">var</span> _in-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L924" class="LineNr">924 </span> <span class="PreProc">var</span> in-data/<span class="Constant">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _in-data
<span id="L920" class="LineNr">920 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L920'>close-paren-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L921" class="LineNr">921 </span> <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L922" class="LineNr">922 </span> <span class="PreProc">var</span> in-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L923" class="LineNr">923 </span> <span class="PreProc">var</span> _in-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L924" class="LineNr">924 </span> <span class="PreProc">var</span> in-data/<span class="muRegEcx">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _in-data
<span id="L925" class="LineNr">925 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> in-data
<span id="L926" class="LineNr">926 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> in-data
<span id="L926" class="LineNr">926 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> in-data
<span id="L927" class="LineNr">927 </span> compare g, <span class="Constant">0x29</span>/close-paren
<span id="L928" class="LineNr">928 </span> <span class="Delimiter">{</span>
<span id="L929" class="LineNr">929 </span> <span class="PreProc">break-if-!=</span>
<span id="L930" class="LineNr">930 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> in-data
<span id="L930" class="LineNr">930 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> in-data
<span id="L931" class="LineNr">931 </span> <span class="PreProc">return</span> result
<span id="L932" class="LineNr">932 </span> <span class="Delimiter">}</span>
<span id="L933" class="LineNr">933 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
<span id="L934" class="LineNr">934 </span><span class="Delimiter">}</span>
<span id="L935" class="LineNr">935 </span>
<span id="L936" class="LineNr">936 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L936'>dot-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L937" class="LineNr">937 </span> <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L938" class="LineNr">938 </span> <span class="PreProc">var</span> in-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L939" class="LineNr">939 </span> <span class="PreProc">var</span> _in-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L940" class="LineNr">940 </span> <span class="PreProc">var</span> in-data/<span class="Constant">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _in-data
<span id="L936" class="LineNr">936 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L936'>dot-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L937" class="LineNr">937 </span> <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L938" class="LineNr">938 </span> <span class="PreProc">var</span> in-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L939" class="LineNr">939 </span> <span class="PreProc">var</span> _in-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L940" class="LineNr">940 </span> <span class="PreProc">var</span> in-data/<span class="muRegEcx">ecx</span>: (addr stream byte) <span class="Special">&lt;-</span> copy _in-data
<span id="L941" class="LineNr">941 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> in-data
<span id="L942" class="LineNr">942 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> in-data
<span id="L942" class="LineNr">942 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> in-data
<span id="L943" class="LineNr">943 </span> compare g, <span class="Constant">0x2e</span>/dot
<span id="L944" class="LineNr">944 </span> <span class="Delimiter">{</span>
<span id="L945" class="LineNr">945 </span> <span class="PreProc">break-if-!=</span>
<span id="L946" class="LineNr">946 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> in-data
<span id="L946" class="LineNr">946 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> in-data
<span id="L947" class="LineNr">947 </span> <span class="PreProc">return</span> result
<span id="L948" class="LineNr">948 </span> <span class="Delimiter">}</span>
<span id="L949" class="LineNr">949 </span> <span class="PreProc">return</span> <span class="Constant">0</span>/false
@ -1010,16 +1016,16 @@ if ('onhashchange' in window) {
<span id="L951" class="LineNr">951 </span>
<span id="L952" class="LineNr">952 </span><span class="PreProc">fn</span> <span class="muTest"><a href='tokenize.mu.html#L952'>test-dot-token</a></span> <span class="Delimiter">{</span>
<span id="L953" class="LineNr">953 </span> <span class="PreProc">var</span> tmp-storage: (handle <a href='cell.mu.html#L1'>cell</a>)
<span id="L954" class="LineNr">954 </span> <span class="PreProc">var</span> tmp-ah/<span class="Constant">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address tmp-storage
<span id="L954" class="LineNr">954 </span> <span class="PreProc">var</span> tmp-ah/<span class="muRegEax">eax</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address tmp-storage
<span id="L955" class="LineNr">955 </span> <a href='cell.mu.html#L39'>new-symbol</a> tmp-ah, <span class="Constant">&quot;.&quot;</span>
<span id="L956" class="LineNr">956 </span> <span class="PreProc">var</span> tmp/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *tmp-ah
<span id="L957" class="LineNr">957 </span> <span class="PreProc">var</span> result/<span class="Constant">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L936'>dot-token?</a> tmp
<span id="L956" class="LineNr">956 </span> <span class="PreProc">var</span> tmp/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *tmp-ah
<span id="L957" class="LineNr">957 </span> <span class="PreProc">var</span> result/<span class="muRegEax">eax</span>: boolean <span class="Special">&lt;-</span> <a href='tokenize.mu.html#L936'>dot-token?</a> tmp
<span id="L958" class="LineNr">958 </span> <a href='../502test.mu.html#L19'>check</a> result, <span class="Constant">&quot;F - test-dot-token&quot;</span>
<span id="L959" class="LineNr">959 </span><span class="Delimiter">}</span>
<span id="L960" class="LineNr">960 </span>
<span id="L961" class="LineNr">961 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L961'>stream-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L962" class="LineNr">962 </span> <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L963" class="LineNr">963 </span> <span class="PreProc">var</span> in-type/<span class="Constant">eax</span>: (addr int) <span class="Special">&lt;-</span> get in, <span class="PreProc">type</span>
<span id="L961" class="LineNr">961 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L961'>stream-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L962" class="LineNr">962 </span> <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L963" class="LineNr">963 </span> <span class="PreProc">var</span> in-type/<span class="muRegEax">eax</span>: (addr int) <span class="Special">&lt;-</span> get in, <span class="PreProc">type</span>
<span id="L964" class="LineNr">964 </span> compare *in-type, <span class="Constant">3</span>/stream
<span id="L965" class="LineNr">965 </span> <span class="Delimiter">{</span>
<span id="L966" class="LineNr">966 </span> <span class="PreProc">break-if-=</span>
@ -1028,12 +1034,12 @@ if ('onhashchange' in window) {
<span id="L969" class="LineNr">969 </span> <span class="PreProc">return</span> <span class="Constant">1</span>/true
<span id="L970" class="LineNr">970 </span><span class="Delimiter">}</span>
<span id="L971" class="LineNr">971 </span>
<span id="L972" class="LineNr">972 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L972'>comment-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="Constant">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L973" class="LineNr">973 </span> <span class="PreProc">var</span> in/<span class="Constant">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L974" class="LineNr">974 </span> <span class="PreProc">var</span> in-data-ah/<span class="Constant">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L975" class="LineNr">975 </span> <span class="PreProc">var</span> in-data/<span class="Constant">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L972" class="LineNr">972 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='tokenize.mu.html#L972'>comment-token?</a></span> _in: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/<span class="muRegEax">eax</span>: boolean <span class="Delimiter">{</span>
<span id="L973" class="LineNr">973 </span> <span class="PreProc">var</span> in/<span class="muRegEax">eax</span>: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _in
<span id="L974" class="LineNr">974 </span> <span class="PreProc">var</span> in-data-ah/<span class="muRegEax">eax</span>: (addr handle stream byte) <span class="Special">&lt;-</span> get in, text-data
<span id="L975" class="LineNr">975 </span> <span class="PreProc">var</span> in-data/<span class="muRegEax">eax</span>: (addr stream byte) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L223'>lookup</a> *in-data-ah
<span id="L976" class="LineNr">976 </span> <a href='../106stream.subx.html#L59'>rewind-stream</a> in-data
<span id="L977" class="LineNr">977 </span> <span class="PreProc">var</span> g/<span class="Constant">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> in-data
<span id="L977" class="LineNr">977 </span> <span class="PreProc">var</span> g/<span class="muRegEax">eax</span>: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L92'>read-grapheme</a> in-data
<span id="L978" class="LineNr">978 </span> compare g, <span class="Constant">0x23</span>/hash
<span id="L979" class="LineNr">979 </span> <span class="Delimiter">{</span>
<span id="L980" class="LineNr">980 </span> <span class="PreProc">break-if-=</span>

4148
html/shell/trace.mu.html generated

File diff suppressed because it is too large Load Diff