about summary refs log tree commit diff stats
path: root/html/shell/infix.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/shell/infix.mu.html')
-rw-r--r--html/shell/infix.mu.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/html/shell/infix.mu.html b/html/shell/infix.mu.html
index 0054d59a..a38807a2 100644
--- a/html/shell/infix.mu.html
+++ b/html/shell/infix.mu.html
@@ -1,14 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html>
 <html>
 <head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<meta charset="UTF-8">
 <title>Mu - shell/infix.mu</title>
-<meta name="Generator" content="Vim/8.1">
-<meta name="plugin-version" content="vim8.1_v1">
+<meta name="Generator" content="Vim/8.2">
+<meta name="plugin-version" content="vim8.1_v2">
 <meta name="syntax" content="none">
-<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
+<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback">
 <meta name="colorscheme" content="minimal-light">
-<style type="text/css">
+<style>
 <!--
 pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
@@ -32,7 +32,7 @@ a { color:inherit; }
 -->
 </style>
 
-<script type='text/javascript'>
+<script>
 <!--
 
 /* function to open any folds containing a jumped-to line before jumping to it */
@@ -80,7 +80,7 @@ if ('onhashchange' in window) {
 <span id="L14" class="LineNr"> 14 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='infix.mu.html#L14'>transform-infix-2</a></span> _x-ah: (addr handle <a href='cell.mu.html#L1'>cell</a>), trace: (addr trace), at-head-of-list?: boolean <span class="Delimiter">{</span>
 <span id="L15" class="LineNr"> 15 </span>  <span class="PreProc">var</span> x-ah/<span class="muRegEdi">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> copy _x-ah
 <span id="L16" class="LineNr"> 16 </span>  <span class="PreProc">var</span> x/eax: (addr <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> <a href='../120allocate.subx.html#L235'>lookup</a> *x-ah
-<span id="L17" class="Folded"> 17 </span><span class="Folded">+-- 14 lines: # trace x-ah ------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
+<span id="L17" class="Folded"> 17 </span><span class="Folded">+-- 14 lines: # trace x-ah --------------------------------------------------------------------------------------------------------------------------------------------------------------</span>
 <span id="L31" class="LineNr"> 31 </span>  <a href='trace.mu.html#L239'>trace-lower</a> trace
 <span id="L32" class="LineNr"> 32 </span><span class="CommentedCode">#?   {</span>
 <span id="L33" class="LineNr"> 33 </span><span class="CommentedCode">#?     var foo/eax: int &lt;- copy x</span>
@@ -118,7 +118,7 @@ if ('onhashchange' in window) {
 <span id="L65" class="LineNr"> 65 </span>    compare *x-type, <span class="Constant">0</span>/pair
 <span id="L66" class="LineNr"> 66 </span>    <span class="PreProc">break-if-=</span>
 <span id="L67" class="LineNr"> 67 </span>    <a href='trace.mu.html#L250'>trace-higher</a> trace
-<span id="L68" class="Folded"> 68 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; x-ah ------------------------------------------------------------------------------------------------------------------------------------------------------</span>
+<span id="L68" class="Folded"> 68 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; x-ah --------------------------------------------------------------------------------------------------------------------------------------------------------</span>
 <span id="L83" class="LineNr"> 83 </span><span class="CommentedCode">#?     draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, &quot;^&quot;, 4/fg 0/bg</span>
 <span id="L84" class="LineNr"> 84 </span>    <span class="PreProc">return</span>
 <span id="L85" class="LineNr"> 85 </span>  <span class="Delimiter">}</span>
@@ -139,7 +139,7 @@ if ('onhashchange' in window) {
 <span id="L100" class="LineNr">100 </span>    <span class="PreProc">break-if-=</span>
 <span id="L101" class="LineNr">101 </span>    copy-object first-ah, x-ah
 <span id="L102" class="LineNr">102 </span>    <a href='trace.mu.html#L250'>trace-higher</a> trace
-<span id="L103" class="Folded">103 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; x-ah ------------------------------------------------------------------------------------------------------------------------------------------------------</span>
+<span id="L103" class="Folded">103 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; x-ah --------------------------------------------------------------------------------------------------------------------------------------------------------</span>
 <span id="L118" class="LineNr">118 </span>    <span class="PreProc">return</span>
 <span id="L119" class="LineNr">119 </span>  <span class="Delimiter">}</span>
 <span id="L120" class="LineNr">120 </span><span class="CommentedCode">#?   draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, &quot;c&quot;, 4/fg 0/bg</span>
@@ -278,7 +278,7 @@ if ('onhashchange' in window) {
 <span id="L253" class="LineNr">253 </span>  <a href='infix.mu.html#L14'>transform-infix-2</a> right-ah, trace, right-at-head-of-list?
 <span id="L254" class="LineNr">254 </span><span class="CommentedCode">#?   draw-text-wrapping-right-then-down-from-cursor-over-full-screen 0/screen, &quot;z&quot;, 1/fg 0/bg</span>
 <span id="L255" class="LineNr">255 </span>  <a href='trace.mu.html#L250'>trace-higher</a> trace
-<span id="L256" class="Folded">256 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; x-ah ------------------------------------------------------------------------------------------------------------------------------------------------------</span>
+<span id="L256" class="Folded">256 </span><span class="Folded">+-- 15 lines: # trace &quot;=&gt; &quot; x-ah --------------------------------------------------------------------------------------------------------------------------------------------------------</span>
 <span id="L271" class="LineNr">271 </span><span class="Delimiter">}</span>
 <span id="L272" class="LineNr">272 </span>
 <span id="L273" class="LineNr">273 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='infix.mu.html#L273'>not-null-not-nil-pair?</a></span> _x: (addr <a href='cell.mu.html#L1'>cell</a>)<span class="PreProc"> -&gt; </span>_/eax: boolean <span class="Delimiter">{</span>
@@ -324,7 +324,7 @@ if ('onhashchange' in window) {
 <span id="L313" class="LineNr">313 </span>  <a href='../514gap-buffer.mu.html#L11'>initialize-gap-buffer</a> buffer, <span class="Constant">0x40</span>/max-symbol-size
 <span id="L314" class="LineNr">314 </span>  <span class="muComment"># scan for first non-$</span>
 <span id="L315" class="LineNr">315 </span>  <span class="PreProc">var</span> g/eax: grapheme <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L236'>read-grapheme</a> sym-data
-<span id="L316" class="LineNr">316 </span>  <a href='../514gap-buffer.mu.html#L441'>add-grapheme-at-gap</a> buffer, g
+<span id="L316" class="LineNr">316 </span>  <a href='../514gap-buffer.mu.html#L440'>add-grapheme-at-gap</a> buffer, g
 <span id="L317" class="LineNr">317 </span>  <span class="Delimiter">{</span>
 <span id="L318" class="LineNr">318 </span>    compare g, <span class="Constant">0x24</span>/dollar
 <span id="L319" class="LineNr">319 </span>    <span class="PreProc">break-if-!=</span>
@@ -335,7 +335,7 @@ if ('onhashchange' in window) {
 <span id="L324" class="LineNr">324 </span>      <span class="PreProc">return</span>  <span class="muComment"># symbol is all '$'s; do nothing</span>
 <span id="L325" class="LineNr">325 </span>    <span class="Delimiter">}</span>
 <span id="L326" class="LineNr">326 </span>    g <span class="Special">&lt;-</span> <a href='../403unicode.mu.html#L236'>read-grapheme</a> sym-data
-<span id="L327" class="LineNr">327 </span>    <a href='../514gap-buffer.mu.html#L441'>add-grapheme-at-gap</a> buffer, g
+<span id="L327" class="LineNr">327 </span>    <a href='../514gap-buffer.mu.html#L440'>add-grapheme-at-gap</a> buffer, g
 <span id="L328" class="LineNr">328 </span>    <span class="PreProc">loop</span>
 <span id="L329" class="LineNr">329 </span>  <span class="Delimiter">}</span>
 <span id="L330" class="LineNr">330 </span>  <span class="PreProc">var</span> tokenization-needed?: boolean
@@ -351,11 +351,11 @@ if ('onhashchange' in window) {
 <span id="L340" class="LineNr">340 </span>      compare curr-operator?, operator-so-far?
 <span id="L341" class="LineNr">341 </span>      <span class="PreProc">break-if-=</span>
 <span id="L342" class="LineNr">342 </span>      <span class="muComment"># state change; insert a space</span>
-<span id="L343" class="LineNr">343 </span>      <a href='../514gap-buffer.mu.html#L441'>add-grapheme-at-gap</a> buffer, <span class="Constant">0x20</span>/space
+<span id="L343" class="LineNr">343 </span>      <a href='../514gap-buffer.mu.html#L440'>add-grapheme-at-gap</a> buffer, <span class="Constant">0x20</span>/space
 <span id="L344" class="LineNr">344 </span>      operator-so-far? <span class="Special">&lt;-</span> copy curr-operator?
 <span id="L345" class="LineNr">345 </span>      copy-to tokenization-needed?, <span class="Constant">1</span>/true
 <span id="L346" class="LineNr">346 </span>    <span class="Delimiter">}</span>
-<span id="L347" class="LineNr">347 </span>    <a href='../514gap-buffer.mu.html#L441'>add-grapheme-at-gap</a> buffer, g
+<span id="L347" class="LineNr">347 </span>    <a href='../514gap-buffer.mu.html#L440'>add-grapheme-at-gap</a> buffer, g
 <span id="L348" class="LineNr">348 </span>    <span class="PreProc">loop</span>
 <span id="L349" class="LineNr">349 </span>  <span class="Delimiter">}</span>
 <span id="L350" class="LineNr">350 </span>  compare tokenization-needed?, <span class="Constant">0</span>/false
@@ -593,7 +593,7 @@ if ('onhashchange' in window) {
 <span id="L582" class="LineNr">582 </span>  <span class="muComment">#</span>
 <span id="L583" class="LineNr">583 </span>  <span class="PreProc">var</span> actual-buffer-storage: <a href='../514gap-buffer.mu.html#L3'>gap-buffer</a>
 <span id="L584" class="LineNr">584 </span>  <span class="PreProc">var</span> actual-buffer/eax: (addr <a href='../514gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address actual-buffer-storage
-<span id="L585" class="LineNr">585 </span>  <a href='../514gap-buffer.mu.html#L53'>initialize-gap-buffer-with</a> actual-buffer, actual
+<span id="L585" class="LineNr">585 </span>  <a href='../514gap-buffer.mu.html#L52'>initialize-gap-buffer-with</a> actual-buffer, actual
 <span id="L586" class="LineNr">586 </span>  <span class="PreProc">var</span> actual-tree-h: (handle <a href='cell.mu.html#L1'>cell</a>)
 <span id="L587" class="LineNr">587 </span>  <span class="PreProc">var</span> actual-tree-ah/<span class="muRegEsi">esi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address actual-tree-h
 <span id="L588" class="LineNr">588 </span>  <a href='read.mu.html#L1'>read-cell</a> actual-buffer, actual-tree-ah, trace
@@ -604,7 +604,7 @@ if ('onhashchange' in window) {
 <span id="L593" class="LineNr">593 </span>  <span class="muComment">#</span>
 <span id="L594" class="LineNr">594 </span>  <span class="PreProc">var</span> expected-buffer-storage: <a href='../514gap-buffer.mu.html#L3'>gap-buffer</a>
 <span id="L595" class="LineNr">595 </span>  <span class="PreProc">var</span> expected-buffer/eax: (addr <a href='../514gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address expected-buffer-storage
-<span id="L596" class="LineNr">596 </span>  <a href='../514gap-buffer.mu.html#L53'>initialize-gap-buffer-with</a> expected-buffer, expected
+<span id="L596" class="LineNr">596 </span>  <a href='../514gap-buffer.mu.html#L52'>initialize-gap-buffer-with</a> expected-buffer, expected
 <span id="L597" class="LineNr">597 </span>  <span class="PreProc">var</span> expected-tree-h: (handle <a href='cell.mu.html#L1'>cell</a>)
 <span id="L598" class="LineNr">598 </span>  <span class="PreProc">var</span> expected-tree-ah/<span class="muRegEdi">edi</span>: (addr handle <a href='cell.mu.html#L1'>cell</a>) <span class="Special">&lt;-</span> address expected-tree-h
 <span id="L599" class="LineNr">599 </span>  <a href='infix.mu.html#L606'>read-without-infix</a> expected-buffer, expected-tree-ah, trace