diff options
Diffstat (limited to 'html/linux/braces.subx.html')
-rw-r--r-- | html/linux/braces.subx.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/html/linux/braces.subx.html b/html/linux/braces.subx.html index a20ceae3..77774273 100644 --- a/html/linux/braces.subx.html +++ b/html/linux/braces.subx.html @@ -7,11 +7,11 @@ <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-light"> +<meta name="colorscheme" content="minimal-dark"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #c6c6c6; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; } +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; } .subxComment { color: #005faf; } @@ -60,8 +60,8 @@ if ('onhashchange' in window) { <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Structured control flow using break/loop rather than jump.</span> <span id="L2" class="LineNr"> 2 </span><span class="subxComment">#</span> <span id="L3" class="LineNr"> 3 </span><span class="subxComment"># To run (on Linux):</span> -<span id="L4" class="LineNr"> 4 </span><span class="subxComment"># $ ./translate_subx init.linux [012]*.subx apps/subx-params.subx apps/braces.subx</span> -<span id="L5" class="LineNr"> 5 </span><span class="subxComment"># $ mv a.elf apps/braces</span> +<span id="L4" class="LineNr"> 4 </span><span class="subxComment"># $ ./translate_subx init.linux [012]*.subx subx-params.subx braces.subx</span> +<span id="L5" class="LineNr"> 5 </span><span class="subxComment"># $ mv a.elf braces</span> <span id="L6" class="LineNr"> 6 </span><span class="subxComment">#</span> <span id="L7" class="LineNr"> 7 </span><span class="subxComment"># Example 1:</span> <span id="L8" class="LineNr"> 8 </span><span class="subxComment"># $ cat x.subx</span> @@ -69,7 +69,7 @@ if ('onhashchange' in window) { <span id="L10" class="LineNr"> 10 </span><span class="subxComment"># 7c/jump-if-< break/disp8</span> <span id="L11" class="LineNr"> 11 </span><span class="subxComment"># 74/jump-if-= loop/disp8</span> <span id="L12" class="LineNr"> 12 </span><span class="subxComment"># }</span> -<span id="L13" class="LineNr"> 13 </span><span class="subxComment"># $ cat x.subx |apps/braces</span> +<span id="L13" class="LineNr"> 13 </span><span class="subxComment"># $ cat x.subx |braces</span> <span id="L14" class="LineNr"> 14 </span><span class="subxComment"># _loop1:</span> <span id="L15" class="LineNr"> 15 </span><span class="subxComment"># 7c/jump-if-< _break1/disp8</span> <span id="L16" class="LineNr"> 16 </span><span class="subxComment"># 74/jump-if-= _loop1/disp8</span> @@ -83,7 +83,7 @@ if ('onhashchange' in window) { <span id="L24" class="LineNr"> 24 </span><span class="subxComment"># {</span> <span id="L25" class="LineNr"> 25 </span><span class="subxComment"># 74/jump-if-= loop/disp8</span> <span id="L26" class="LineNr"> 26 </span><span class="subxComment"># }</span> -<span id="L27" class="LineNr"> 27 </span><span class="subxComment"># $ cat x.subx |apps/braces</span> +<span id="L27" class="LineNr"> 27 </span><span class="subxComment"># $ cat x.subx |braces</span> <span id="L28" class="LineNr"> 28 </span><span class="subxComment"># _loop1:</span> <span id="L29" class="LineNr"> 29 </span><span class="subxComment"># 7c/jump-if-< _break1/disp8</span> <span id="L30" class="LineNr"> 30 </span><span class="subxComment"># _break1:</span> @@ -99,7 +99,7 @@ if ('onhashchange' in window) { <span id="L40" class="LineNr"> 40 </span><span class="subxComment"># }</span> <span id="L41" class="LineNr"> 41 </span><span class="subxComment"># 7c/jump-if-< loop/disp8</span> <span id="L42" class="LineNr"> 42 </span><span class="subxComment"># }</span> -<span id="L43" class="LineNr"> 43 </span><span class="subxComment"># $ cat x.subx |apps/braces</span> +<span id="L43" class="LineNr"> 43 </span><span class="subxComment"># $ cat x.subx |braces</span> <span id="L44" class="LineNr"> 44 </span><span class="subxComment"># _loop1:</span> <span id="L45" class="LineNr"> 45 </span><span class="subxComment"># _loop2:</span> <span id="L46" class="LineNr"> 46 </span><span class="subxComment"># 74/jump-if-= _loop2/disp8</span> |